mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
Fix issue #99
This commit is contained in:
parent
394f7a7821
commit
58d3a2ec72
@ -337,10 +337,8 @@ void ProtocolGame::parseGMActions(const InputMessagePtr& msg)
|
||||
|
||||
int numViolationReasons;
|
||||
|
||||
if(g_game.getClientVersion() >= 860)
|
||||
if(g_game.getClientVersion() >= 854)
|
||||
numViolationReasons = 20;
|
||||
else if(g_game.getClientVersion() >= 854)
|
||||
numViolationReasons = 19;
|
||||
else
|
||||
numViolationReasons = 32;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user