diff options
Diffstat (limited to 'src/game/Group.h')
-rw-r--r-- | src/game/Group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Group.h b/src/game/Group.h index 8d606cd7f01..052f8c970b8 100644 --- a/src/game/Group.h +++ b/src/game/Group.h @@ -320,7 +320,7 @@ class Group /*** LOOT SYSTEM ***/ /*********************************************************/ - void SendLootStartRoll(uint32 CountDown, const Roll &r); + void SendLootStartRoll(uint32 CountDown, uint32 mapid, const Roll &r); void SendLootRoll(const uint64& SourceGuid, const uint64& TargetGuid, uint8 RollNumber, uint8 RollType, const Roll &r); void SendLootRollWon(const uint64& SourceGuid, const uint64& TargetGuid, uint8 RollNumber, uint8 RollType, const Roll &r); void SendLootAllPassed(uint32 NumberOfPlayers, const Roll &r); |