Fix buy/sell of stackable items on 8.6

This commit is contained in:
Eduardo Bart
2013-01-17 16:09:51 -02:00
parent b68df8336a
commit ada2c9efe9
5 changed files with 9 additions and 8 deletions

View File

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