Browse Source

that didn't incl all!

Emagi 6 tháng trước cách đây
mục cha
commit
6f1d52f47e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {