Explorar o código

file was not reflected correctly, did not release, but writelock

Emagi hai 4 meses
pai
achega
97a576609d
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

@@ -4075,7 +4075,7 @@ void PlayerItemList::ResetPackets() {
 	orig_packet = 0;
 	xor_packet = 0;
 	packet_count = 0;
-	MPlayerItems.writelock(__FUNCTION__, __LINE__);
+	MPlayerItems.releasewritelock(__FUNCTION__, __LINE__);
 }