mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Merge branch 'master' into 303
Conflicts: src/game/CharacterHandler.cpp src/shared/Database/DBCStructure.h
This commit is contained in:
commit
ac4791e419
6 changed files with 53 additions and 53 deletions
|
|
@ -3137,7 +3137,7 @@ bool ChatHandler::HandleWpShowCommand(const char* args)
|
|||
}
|
||||
}while(result->NextRow());
|
||||
// set "wpguid" column to "empty" - no visual waypoint spawned
|
||||
WorldDatabase.PExecuteLog("UPDATE creature_movement SET wpguid = '0'");
|
||||
WorldDatabase.PExecuteLog("UPDATE creature_movement SET wpguid = '0' WHERE wpguid <> '0'");
|
||||
|
||||
if( hasError )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue