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

@@ -731,6 +731,11 @@ public:
{
sEluna->OnFirstLogin(player);
}
void OnLearnSpell(Player* player, uint32 spellId) override
{
sEluna->OnLearnSpell(player, spellId);
}
};
class Eluna_ServerScript : public ServerScript