Core/Misc: waypoint movement
Port From (https://github.com/TrinityCore/TrinityCore/commit/bf12bae46746149d870cd3e52ccd610f0a975047)
This commit is contained in:
@@ -998,7 +998,7 @@ namespace Game.Chat.Commands
|
||||
stmt.AddValue(0, guidLow);
|
||||
DB.World.Execute(stmt);
|
||||
|
||||
target.UpdateWaypointID(0);
|
||||
target.UpdateCurrentWaypointInfo(0, 0);
|
||||
|
||||
stmt = DB.World.GetPreparedStatement(WorldStatements.UPD_CREATURE_MOVEMENT_TYPE);
|
||||
stmt.AddValue(0, (byte)MovementGeneratorType.Idle);
|
||||
|
||||
Reference in New Issue
Block a user