[Quest API] Add EVENT_CHARM_START and EVENT_CHARM_END (#5013)

This commit is contained in:
Alex King
2025-09-15 09:14:46 -04:00
committed by GitHub
parent dcaa0ecdaa
commit 6506ad5b51
7 changed files with 56 additions and 55 deletions
+2
View File
@@ -208,6 +208,8 @@ const char* QuestEventSubroutines[_LargestEventID] = {
"EVENT_SPELL_BLOCKED",
"EVENT_READ_ITEM",
"EVENT_PET_COMMAND",
"EVENT_CHARM_START",
"EVENT_CHARM_END",
// Add new events before these or Lua crashes
"EVENT_SPELL_EFFECT_BOT",