mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
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:
parent
04ce4f66ed
commit
17b5cc1fa5
@ -1087,7 +1087,6 @@ void Corpse::LootItem(Client *client, const EQApplicationPacket *app)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!IsBeingLootedBy(client)) {
|
if (!IsBeingLootedBy(client)) {
|
||||||
client->Message(13, "Error: Corpse::LootItem: BeingLootedBy != client");
|
|
||||||
client->QueuePacket(app);
|
client->QueuePacket(app);
|
||||||
SendEndLootErrorPacket(client);
|
SendEndLootErrorPacket(client);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user