diff --git a/source/WorldServer/LuaInterface.cpp b/source/WorldServer/LuaInterface.cpp index 0733576..ce6c7c8 100644 --- a/source/WorldServer/LuaInterface.cpp +++ b/source/WorldServer/LuaInterface.cpp @@ -2306,7 +2306,7 @@ LuaSpell* LuaInterface::GetSpellScript(const char* name, bool create_new, bool u if (use) { lua_State* state = spell_script_itr->first; - ret = CreateSpellScript(name, state, true); + ret = CreateSpellScript(name, state); break; // don't keep iterating, we already have our result } }