diff options
author | XTZGZoReX <none@none> | 2010-01-23 20:08:44 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-01-23 20:08:44 +0100 |
commit | fe07518bafe3f0a52630ce09ee5742453f2f6801 (patch) | |
tree | b3b67784b72ca5da1ca55de0f4cec2413c60af5c /src | |
parent | 35e7a65c3c9fa411b3d0a904c2c07121eef36394 (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.cpp | 2 |
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; } } |