aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-22 22:05:04 +0100
committerBlaymoira <none@none>2008-12-22 22:05:04 +0100
commit8668244a6d57bb04aaebeda13f87547cabe20efc (patch)
tree6c26ec79a97b1a398ea5739aaf7139ccd576a439 /src
parent3877313e4d9d10d394a5952a8a39ff5e75c404f4 (diff)
*Missed a row change and added missing sql
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index f8bcce11608..c507df4c858 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -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;
}