*Missed a row change and added missing sql

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-22 22:05:04 +01:00
parent 3877313e4d
commit 8668244a6d
2 changed files with 8 additions and 1 deletions

View File

@@ -558,7 +558,7 @@ bool ChatHandler::HandleReloadWpScriptsCommand(const char* arg)
objmgr.LoadWaypointScripts();
if(*arg!='a')
SendGlobalSysMessage("DB table `waypoint_scripts` reloaded.");
SendGlobalGMSysMessage("DB table `waypoint_scripts` reloaded.");
return true;
}