aboutsummaryrefslogtreecommitdiff
path: root/src/game/Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Group.h')
-rw-r--r--src/game/Group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Group.h b/src/game/Group.h
index 0fa008a12cf..41e45a4cac6 100644
--- a/src/game/Group.h
+++ b/src/game/Group.h
@@ -325,8 +325,8 @@ class Group
void SendLootRollWon(const uint64& SourceGuid, const uint64& TargetGuid, uint8 RollNumber, uint8 RollType, const Roll &r);
void SendLootAllPassed(uint32 NumberOfPlayers, const Roll &r);
void SendLooter(Creature *pCreature, Player *pLooter);
- void GroupLoot(Loot *loot, WorldObject* pLootedObject, Creature *creature);
- void NeedBeforeGreed(Loot *loot, WorldObject* pLootedObject, Creature *creature);
+ void GroupLoot(Loot *loot, WorldObject* pLootedObject);
+ void NeedBeforeGreed(Loot *loot, WorldObject* pLootedObject);
void MasterLoot(Loot *loot, WorldObject* pLootedObject);
Rolls::iterator GetRoll(uint64 Guid)
{