Remove error message that has honestly bothered me since the dawn of time. Appears most often when doing loot all. EQLive does not have it.

This commit is contained in:
E Spause 2017-03-12 03:47:26 -04:00
parent 04ce4f66ed
commit 17b5cc1fa5

View File

@ -1087,7 +1087,6 @@ void Corpse::LootItem(Client *client, const EQApplicationPacket *app)
}
if (!IsBeingLootedBy(client)) {
client->Message(13, "Error: Corpse::LootItem: BeingLootedBy != client");
client->QueuePacket(app);
SendEndLootErrorPacket(client);
return;