Build fix

This commit is contained in:
Shauren
2017-01-01 00:46:42 +01:00
parent dc704efe45
commit deb5ca843e

View File

@@ -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());