Update waypoints for black knight in Trail of the champion to be more blizzlike.
closes: #1072
This commit is contained in:
parent
9a36f5957b
commit
247bb8f7bd
2 changed files with 6 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1543541842185737300');
|
||||
|
||||
DELETE FROM `script_waypoint` WHERE `entry` = 35491 AND `pointid` IN (11,12);
|
||||
INSERT INTO `script_waypoint` VALUES (35491, 11, 753.757, 634.502, 411.579, 1000, '');
|
||||
INSERT INTO `script_waypoint` VALUES (35491, 12, 753.757, 634.502, 411.579, 0, '');
|
||||
Loading…
Add table
Add a link
Reference in a new issue