Explorar o código

Ok classic 283 players, this is for you since you found a corner case crash

Emagi hai 5 meses
pai
achega
40d1e47c8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      EQ2/source/WorldServer/Items/Items.cpp

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

@@ -2396,7 +2396,7 @@ void Item::serialize(PacketStruct* packet, bool show_name, Player* player, int16
 							
 						}
 						else {							
-							spell->SetPacketInformation(packet);
+							spell->SetPacketInformation(packet, client);
 						}
 						//packet->setDataByName("unknown26", 0);
 					}