This commit is contained in:
Eduardo Bart 2012-10-04 19:58:22 -03:00
parent 394f7a7821
commit 58d3a2ec72
1 changed files with 1 additions and 3 deletions

View File

@ -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;