Core/Scripting: Fix a typo in b970a684

This commit is contained in:
Naios
2016-04-14 22:14:06 +02:00
committed by Aokromes
parent 65feb528e5
commit d1e5084c27

View File

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