diff --git a/modules/gamelib/const.lua b/modules/gamelib/const.lua index 3339ee8..6d3721f 100644 --- a/modules/gamelib/const.lua +++ b/modules/gamelib/const.lua @@ -204,6 +204,7 @@ GameAuraFrontAndBack = 115 -- To use that: First layer is bottom/back, second (b GameMapDrawGroundFirst = 116 -- useful for big auras & wings GameMapIgnoreCorpseCorrection = 117 GameDontCacheFiles = 118 -- doesn't work with encryption and compression +GameBigAurasCenter = 119 -- Automatic negative offset for aura bigger than 32x32 LastGameFeature = 130 diff --git a/otclient_dx.exe b/otclient_dx.exe index db905e3..fb24986 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index 9bec740..3f18471 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclientv8.apk b/otclientv8.apk index 58a87b5..e0d8ff4 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ