*More cleanups

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-23 16:38:09 +01:00
parent 946e3b55f1
commit eb5fee2665
5 changed files with 131 additions and 72 deletions

View File

@@ -1089,7 +1089,7 @@ bool ChatHandler::HandleLoadScriptsCommand(const char* args)
{
if(!LoadScriptingModule(args)) return true;
sWorld.SendWorldText(LANG_SCRIPTS_RELOADED);
sWorld.SendGMText(LANG_SCRIPTS_RELOADED);
return true;
}