Version 0.998 BETA, mostly bug fixes

This commit is contained in:
OTCv8
2019-10-26 17:38:55 +02:00
parent 46e615596a
commit 95f7b39a10
11 changed files with 21 additions and 10 deletions

View File

@@ -10,7 +10,8 @@ function updateFeatures(version)
g_game.resetFeatures()
-- you can add custom features here, list of them in modules\gamelib\const.lua
g_game.getFeature(GameBot)
g_game.enableFeature(GameBot)
--g_game.enableFeature(GameMinimapLimitedToSingleFloor)
if(version >= 770) then
g_game.enableFeature(GameLooktypeU16);