mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01: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