diff options
| author | shadowu@mail.bg <none@none> | 2008-12-17 20:30:36 +0200 |
|---|---|---|
| committer | shadowu@mail.bg <none@none> | 2008-12-17 20:30:36 +0200 |
| commit | 32a9420289e9f4a17927fd0644d7f4edc6119b9a (patch) | |
| tree | 5392ac11d7c02905257afeaab060c52d9d6b181f /src/game/Level3.cpp | |
| parent | a5bea67d75ab72d1562fc3b12994e749b1cec820 (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.cpp | 4 |
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; } |
