feat: expose OnPlayerUpdateArea() (#65)

This commit is contained in:
55Honey
2022-10-01 08:45:49 +02:00
committed by GitHub
parent ecc8d3136d
commit 655953ebfb
4 changed files with 16 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ namespace Hooks
PLAYER_EVENT_ON_LEARN_SPELL = 44, // (event, player, spellId)
PLAYER_EVENT_ON_ACHIEVEMENT_COMPLETE = 45, // (event, player, achievement)
PLAYER_EVENT_ON_FFAPVP_CHANGE = 46, // (event, player, hasFfaPvp)
PLAYER_EVENT_ON_UPDATE_AREA = 47, // (event, player, oldArea, newArea)
PLAYER_EVENT_COUNT
};