소스 검색

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__);
 }