Little fixes

This commit is contained in:
Henrique Santiago
2013-02-20 21:50:45 -03:00
parent 33ce0aa704
commit f8b078ea91
4 changed files with 19 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ int Item::getSubType()
{
if(isSplash() || isFluidContainer())
return m_countOrSubType;
if(g_game.getProtocolVersion() >= 860)
if(g_game.getProtocolVersion() > 862)
return 0;
return 1;
}