mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Little fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user