diff options
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r-- | src/game/Level2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index 6b4848f08d1..2b75b9324c1 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -3137,6 +3137,7 @@ bool ChatHandler::HandleWpShowCommand(const char* args) }while(result->NextRow()); // set "wpguid" column to "empty" - no visual waypoint spawned WorldDatabase.PExecuteLog("UPDATE waypoint_data SET wpguid = '0'"); + //WorldDatabase.PExecuteLog("UPDATE creature_movement SET wpguid = '0' WHERE wpguid <> '0'"); if( hasError ) { |