From c827f58d936b94ff266a8b364b24ce398ca15484 Mon Sep 17 00:00:00 2001 From: arcanzic Date: Sat, 23 Jan 2010 13:00:06 -0600 Subject: Remove useless spam at core boot. I have never seen, nor heard of a script not assigned to a npc, crashing the core. --HG-- branch : trunk --- src/game/ScriptMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/ScriptMgr.cpp b/src/game/ScriptMgr.cpp index 4aabd8463f5..8d660df556c 100644 --- a/src/game/ScriptMgr.cpp +++ b/src/game/ScriptMgr.cpp @@ -234,7 +234,7 @@ void Script::RegisterSelf() } else if(Name.find("example") == std::string::npos) { - error_db_log("CRASH ALERT! TrinityScript: RegisterSelf, but script named %s does not have ScriptName assigned in database.",(this)->Name.c_str()); + //error_db_log("CRASH ALERT! TrinityScript: RegisterSelf, but script named %s does not have ScriptName assigned in database.",(this)->Name.c_str()); delete this; } } -- cgit v1.2.3