Core/Scripting: Fix a typo in b970a684

This commit is contained in:
Naios
2016-04-14 22:14:06 +02:00
parent b970a68473
commit ea627589d6

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