diff options
-rw-r--r-- | src/server/game/Scripting/ScriptReloadMgr.cpp | 2 |
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!"); } |