Emagi пре 6 месеци
родитељ
комит
5ff28f60fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      EQ2/source/WorldServer/Items/Items.cpp

+ 1 - 1
EQ2/source/WorldServer/Items/Items.cpp

@@ -3529,7 +3529,7 @@ bool PlayerItemList::MoveItem(sint32 to_bag_id, int16 from_index, sint8 to, int8
 
 EQ2Packet* PlayerItemList::serialize(Player* player, int16 version){
 	bool firstRun = false;
-	if(!packet_count) {
+	if(version <= 547 && !packet_count) {
 		firstRun = true;
 	}
 	EQ2Packet* app = 0;