From d1e5084c27a12d7cccbd1b8f33d083e5dcb94a37 Mon Sep 17 00:00:00 2001 From: Naios Date: Thu, 14 Apr 2016 22:14:06 +0200 Subject: [PATCH] Core/Scripting: Fix a typo in b970a684 --- src/server/game/Scripting/ScriptReloadMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Scripting/ScriptReloadMgr.cpp b/src/server/game/Scripting/ScriptReloadMgr.cpp index e785e4920a2..d8c591c885b 100644 --- a/src/server/game/Scripting/ScriptReloadMgr.cpp +++ b/src/server/game/Scripting/ScriptReloadMgr.cpp @@ -974,7 +974,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!"); }