diff options
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; } |
