瀏覽代碼

that didn't incl all!

Emagi 6 月之前
父節點
當前提交
6f1d52f47e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      EQ2/source/WorldServer/client.cpp

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

@@ -2940,7 +2940,7 @@ void Client::HandleLootItemRequestPacket(EQApplicationPacket* app) {
 							break;
 					}
 				}
-				if((loot_all && !item_id || loot_all && item_id && items->size() == 1) || items->size() < 1) {
+				if(((loot_all && !item_id) || (loot_all && item_id && items->size() == 1)) || items->size() < 1) {
 					CloseLoot(loot_id);
 				}
 				else {