Core/Scripting: Fix a typo in b970a684

(cherry picked from commit ea627589d6)
This commit is contained in:
Naios
2016-04-14 22:14:06 +02:00
parent 19bf0513bc
commit 8f78b1ed87

View File

@@ -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!");
}