aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-04-14 22:14:06 +0200
committerNaios <naios-dev@live.de>2016-04-14 22:17:54 +0200
commit8f78b1ed879601059948fbbd21d702201058ad3d (patch)
treed26ab057597414cc17a0a00168ab707cb39325a0
parent19bf0513bcb17f5eac40a34dfb2349337c7a3cb5 (diff)
Core/Scripting: Fix a typo in b970a684
(cherry picked from commit ea627589d62b086561e14d71dae180a4fe0bb984)
-rw-r--r--src/server/game/Scripting/ScriptReloadMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Scripting/ScriptReloadMgr.cpp b/src/server/game/Scripting/ScriptReloadMgr.cpp
index 2630e48b0ef..aac0e26f02b 100644
--- a/src/server/game/Scripting/ScriptReloadMgr.cpp
+++ b/src/server/game/Scripting/ScriptReloadMgr.cpp
@@ -978,7 +978,7 @@ private:
_last_time_user_informed = getMSTime();
// Informs the user that the attached debugger is blocking the automatic script rebuild.
- TC_LOG_INFO("scripts.hotswap", "Your attached debugger is blocking the TinityCore "
+ TC_LOG_INFO("scripts.hotswap", "Your attached debugger is blocking the TrinityCore "
"automatic script rebuild, please detach it!");
}