aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
authorshadowu@mail.bg <none@none>2008-12-17 20:30:36 +0200
committershadowu@mail.bg <none@none>2008-12-17 20:30:36 +0200
commit32a9420289e9f4a17927fd0644d7f4edc6119b9a (patch)
tree5392ac11d7c02905257afeaab060c52d9d6b181f /src/game/Level3.cpp
parenta5bea67d75ab72d1562fc3b12994e749b1cec820 (diff)
*Small typo fixes. After this update leader's GUIDS in CreatureGroups must be added also as group member GUIDS.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index 15d9f8f02d2..f700aeec566 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -553,12 +553,12 @@ bool ChatHandler::HandleReloadWpScriptsCommand(const char* arg)
}
if(*arg!='a')
- sLog.outString( "Re-Loading Scripts from `event_scripts`...");
+ sLog.outString( "Re-Loading Scripts from `waypoint_scripts`...");
objmgr.LoadWaypointScripts();
if(*arg!='a')
- SendGlobalSysMessage("DB table `event_scripts` reloaded.");
+ SendGlobalSysMessage("DB table `waypoint_scripts` reloaded.");
return true;
}