Core/Waypoints: Drop waypoint_scripts table
Port From (https://github.com/TrinityCore/TrinityCore/commit/3f6f683ce4b5f4a95a2d70921de2c80de6b3a8fe)
This commit is contained in:
@@ -328,8 +328,6 @@ namespace Game.AI
|
||||
waypoint.orientation = orientation;
|
||||
waypoint.moveType = run ? WaypointMoveType.Run : WaypointMoveType.Walk;
|
||||
waypoint.delay = (uint)waitTime.TotalMilliseconds;
|
||||
waypoint.eventId = 0;
|
||||
waypoint.eventChance = 100;
|
||||
_path.nodes.Add(waypoint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user