mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add PLAYER_EVENT_ON_GROUP_ROLL_REWARD_ITEM and roll methods (#119)
This commit is contained in:
@@ -777,6 +777,11 @@ public:
|
||||
sEluna->OnQuestRewardItem(player, item, count);
|
||||
}
|
||||
|
||||
void OnGroupRollRewardItem(Player* player, Item* item, uint32 count, RollVote voteType, Roll* roll) override
|
||||
{
|
||||
sEluna->OnGroupRollRewardItem(player, item, count, voteType, roll);
|
||||
}
|
||||
|
||||
void OnCreateItem(Player* player, Item* item, uint32 count) override
|
||||
{
|
||||
sEluna->OnCreateItem(player, item, count);
|
||||
|
||||
Reference in New Issue
Block a user