Преглед на файлове

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

Emagi преди 4 месеца
родител
ревизия
97a576609d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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__);
 }