feat(PlayerHooks): OnLearnSpell(player, spellid) (#46)

OnLearnSpell
This commit is contained in:
Revision
2022-06-20 07:48:17 +02:00
committed by GitHub
parent ea6700d4bf
commit 60c90414d5
5 changed files with 16 additions and 0 deletions

View File

@@ -472,6 +472,7 @@ public:
void OnUpdateZone(Player* pPlayer, uint32 newZone, uint32 newArea);
void OnMapChanged(Player* pPlayer);
void HandleGossipSelectOption(Player* pPlayer, uint32 menuId, uint32 sender, uint32 action, const std::string& code);
void OnLearnSpell(Player* player, uint32 spellId);
#ifndef CLASSIC
#ifndef TBC