mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Bug Fix] Fix Lua Crash with Spell Blocked Event (#4236)
This commit is contained in:
parent
d77966797e
commit
e64f03fcc0
@ -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"
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user