feat(Core): Achievements (#47)

Achievements
This commit is contained in:
Revision
2022-07-05 21:10:51 +02:00
committed by GitHub
parent 0b8b6c0e2a
commit efba901a51
7 changed files with 51 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ namespace Hooks
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)
PLAYER_EVENT_ON_ACHIEVEMENT_COMPLETE = 45, // (event, player, achievement)
PLAYER_EVENT_COUNT
};