From 17b5cc1fa527f0941ef58eb4e917b5480bb7a77f Mon Sep 17 00:00:00 2001 From: E Spause Date: Sun, 12 Mar 2017 03:47:26 -0400 Subject: [PATCH] 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. --- zone/corpse.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/corpse.cpp b/zone/corpse.cpp index 24c4b8220..a1cc8c69d 100644 --- a/zone/corpse.cpp +++ b/zone/corpse.cpp @@ -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;