aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-23 20:08:44 +0100
committerXTZGZoReX <none@none>2010-01-23 20:08:44 +0100
commitfe07518bafe3f0a52630ce09ee5742453f2f6801 (patch)
treeb3b67784b72ca5da1ca55de0f4cec2413c60af5c /src
parent35e7a65c3c9fa411b3d0a904c2c07121eef36394 (diff)
* Partly revert [7173]. The log call is useful - "CRASH ALERT" part removed.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/ScriptMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptMgr.cpp b/src/game/ScriptMgr.cpp
index 8d660df556c..cad2fd97d19 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("TrinityScript: RegisterSelf, but script named %s does not have ScriptName assigned in database.",(this)->Name.c_str());
delete this;
}
}