feat: add PLAYER_EVENT_ON_COMPLETE_QUEST (#90)

This commit is contained in:
veserine
2023-02-05 21:49:51 +08:00
committed by GitHub
parent 34b0c513f0
commit 067f780911
7 changed files with 21 additions and 3 deletions

View File

@@ -373,6 +373,7 @@ public:
void OnQuestRewardItem(Player* player, Item* item, uint32 count);
void OnCreateItem(Player* player, Item* item, uint32 count);
void OnStoreNewItem(Player* player, Item* item, uint32 count);
void OnPlayerCompleteQuest(Player* player, Quest const* quest);
/* Item */
void OnDummyEffect(WorldObject* pCaster, uint32 spellId, SpellEffIndex effIndex, Item* pTarget);