mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +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;
|
int numViolationReasons;
|
||||||
|
|
||||||
if(g_game.getClientVersion() >= 860)
|
if(g_game.getClientVersion() >= 854)
|
||||||
numViolationReasons = 20;
|
numViolationReasons = 20;
|
||||||
else if(g_game.getClientVersion() >= 854)
|
|
||||||
numViolationReasons = 19;
|
|
||||||
else
|
else
|
||||||
numViolationReasons = 32;
|
numViolationReasons = 32;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user