resource stacking optimized location

This commit is contained in:
2024-05-18 08:44:04 -05:00
parent 0a3624e503
commit a14057b9df
+3 -1
View File
@@ -969,6 +969,9 @@ public class ClientMessagePump implements NetMsgHandler {
return;
}
if(item.getItemBase().getType().equals(ItemType.RESOURCE))
player.getCharItemManager().StackResources();
if (item.getItemBase().getType().equals(engine.Enum.ItemType.GOLD)) {
// this is done to prevent the temporary goldItem item
// (from the mob) from appearing in player's inventory.
@@ -1020,7 +1023,6 @@ public class ClientMessagePump implements NetMsgHandler {
item.lootLock.unlock();
}
}
player.getCharItemManager().StackResources();
}