[Bug Fix] Fix Lua Crash with Spell Blocked Event (#4236)

This commit is contained in:
Alex King 2024-04-01 18:06:39 -04:00 committed by GitHub
parent d77966797e
commit e64f03fcc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ const char *LuaEvents[_LargestEventID] = {
"event_entity_variable_delete",
"event_entity_variable_set",
"event_entity_variable_update",
"event_aa_loss"
"event_aa_loss",
"event_spell_blocked"
};