This commit is contained in:
OTCv8
2020-07-12 01:24:25 +02:00
parent 1729e7d635
commit f17ac1ec71
36 changed files with 1082 additions and 416 deletions

View File

@@ -189,5 +189,12 @@ function updateFeatures(version)
g_game.enableFeature(GamePrey)
end
if(version >= 1200) then
g_game.enableFeature(GameSequencedPackets)
--g_game.enableFeature(GameSendWorldName)
g_game.enableFeature(GamePlayerStateU32)
g_game.enableFeature(GameTibia12Protocol)
end
modules.game_things.load()
end