diff --git a/modules/gamelib/const.lua b/modules/gamelib/const.lua index 3ff136d..e6d8401 100644 --- a/modules/gamelib/const.lua +++ b/modules/gamelib/const.lua @@ -200,6 +200,10 @@ GameOldInformationBar = 112 GameHealthInfoBackground = 113 GameWingOffset = 114 +GameMapDrawGroundFirst = 116 -- useful for big auras & wings +GameMapIgnoreCorpseCorrection = 117 +GameDontCacheFiles = 118 -- doesn't work with encryption and compression + LastGameFeature = 130 TextColors = { diff --git a/otclient_dx.exe b/otclient_dx.exe index 899e17b..4796914 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index 07ee3d0..cca2ac4 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclientv8.apk b/otclientv8.apk index e4c324f..5bf95e1 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ