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

@@ -706,6 +706,7 @@ namespace LuaGlobalFunctions
* // UNUSED = 41, // (event, player)
* PLAYER_EVENT_ON_COMMAND = 42, // (event, player, command, chatHandler) - player is nil if command used from console. Can return false
* PLAYER_EVENT_ON_PET_ADDED_TO_WORLD = 43, // (event, player, pet)
* * PLAYER_EVENT_ON_LEARN_SPELL = 44, // (event, player, spellId)
* };
* </pre>
*