diff --git a/modules/gamelib/const.lua b/modules/gamelib/const.lua index e6d8401..3339ee8 100644 --- a/modules/gamelib/const.lua +++ b/modules/gamelib/const.lua @@ -199,6 +199,7 @@ GamePacketCompression = 111 GameOldInformationBar = 112 GameHealthInfoBackground = 113 GameWingOffset = 114 +GameAuraFrontAndBack = 115 -- To use that: First layer is bottom/back, second (blend layer) is top/front GameMapDrawGroundFirst = 116 -- useful for big auras & wings GameMapIgnoreCorpseCorrection = 117 diff --git a/otclient_dx.exe b/otclient_dx.exe index 4796914..db905e3 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index cca2ac4..9bec740 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclientv8.apk b/otclientv8.apk index 5bf95e1..58a87b5 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ