diff --git a/LuaEngine.h b/LuaEngine.h index 4dafe841bf..c8c2380747 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -266,12 +266,12 @@ class ELUNA_GAME_API Eluna BindingMap< EntryKey >* CreatureGossipBindings; BindingMap< EntryKey >* GameObjectEventBindings; BindingMap< EntryKey >* GameObjectGossipBindings; + BindingMap< EntryKey >* SpellEventBindings; BindingMap< EntryKey >* ItemEventBindings; BindingMap< EntryKey >* ItemGossipBindings; BindingMap< EntryKey >* PlayerGossipBindings; BindingMap< EntryKey >* MapEventBindings; BindingMap< EntryKey >* InstanceEventBindings; - BindingMap< EntryKey >* SpellEventBindings; BindingMap< UniqueObjectKey >* CreatureUniqueBindings;