Browse Source

that didn't incl all!

Emagi 2 weeks ago
parent
commit
6f1d52f47e
1 changed files with 1 additions and 1 deletions
  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 {