mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04:00
Build fix
This commit is contained in:
@@ -8439,7 +8439,7 @@ void Player::SendLootError(ObjectGuid const& lootObj, ObjectGuid const& owner, L
|
||||
{
|
||||
WorldPackets::Loot::LootResponse lootResponse;
|
||||
lootResponse.LootObj = lootObj;
|
||||
lootResponse.Owner = GetLootWorldObjectGUID(lootObj);
|
||||
lootResponse.Owner = owner;
|
||||
lootResponse.Acquired = false;
|
||||
lootResponse.FailureReason = error;
|
||||
SendDirectMessage(lootResponse.Write());
|
||||
|
||||
Reference in New Issue
Block a user