diff --git a/modules/gamelib/const.lua b/modules/gamelib/const.lua index 6d3721f..e9c8c55 100644 --- a/modules/gamelib/const.lua +++ b/modules/gamelib/const.lua @@ -205,6 +205,7 @@ 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 +GameNewUpdateWalk = 120 -- Walk update rate dependant on FPS LastGameFeature = 130 diff --git a/otclient_dx.exe b/otclient_dx.exe index 158706f..7abce4d 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index adfd703..9216d55 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclient_linux b/otclient_linux index 4682f6a..1417248 100644 Binary files a/otclient_linux and b/otclient_linux differ diff --git a/otclient_mac b/otclient_mac index 512dbb4..c7dbde4 100644 Binary files a/otclient_mac and b/otclient_mac differ diff --git a/otclientv8.apk b/otclientv8.apk index 52f0675..660b435 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ