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…
Reference in New Issue