Skip to content

Commit

Permalink
Looting/Group: Do not display looter in tooltip when FFA loot is enab…
Browse files Browse the repository at this point in the history
…led.

(cherry picked from commit 1048241)
  • Loading branch information
Treeston authored and Shauren committed Apr 2, 2016
1 parent 0d8a73e commit 3211f63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/game/Groups/Group.cpp
Expand Up @@ -2547,6 +2547,8 @@ LootMethod Group::GetLootMethod() const

ObjectGuid Group::GetLooterGuid() const
{
if (GetLootMethod() == FREE_FOR_ALL)
return ObjectGuid::Empty;
return m_looterGuid;
}

Expand Down

0 comments on commit 3211f63

Please sign in to comment.