feat: add player event OnFfaPvpStateUpdate (#63)

This commit is contained in:
55Honey
2022-09-22 15:18:07 +02:00
committed by GitHub
parent 684eb0335b
commit 3f5d2c9257
5 changed files with 18 additions and 1 deletions

View File

@@ -708,6 +708,7 @@ namespace LuaGlobalFunctions
* 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_ON_FFAPVP_CHANGE = 46, // (event, player, hasFfaPvp)
* };
* </pre>
*