aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_12_23_05_world_2020_03_15_01_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_05_world_2020_03_15_01_world.sql b/sql/updates/world/master/2021_12_23_05_world_2020_03_15_01_world.sql
new file mode 100644
index 00000000000..5efe02c8208
--- /dev/null
+++ b/sql/updates/world/master/2021_12_23_05_world_2020_03_15_01_world.sql
@@ -0,0 +1,10 @@
+--
+UPDATE `creature` SET `MovementType`=2 WHERE `guid`=201253;
+DELETE FROM `creature_addon` WHERE `guid` IN (201253);
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(201253, 2012530, 0, 0, 0, 0, '');
+DELETE FROM `waypoint_data` WHERE `id`=2012530;
+INSERT INTO `waypoint_data`(`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
+(2012530, 1, 4356.641, 3033.731, 360.52, 0, 0, 0, 0, 100, 0),
+(2012530, 2, 4356.061, 2986.438, 360.51, 4.75, 7000, 0, 0, 100, 0),
+(2012530, 3, 4357.132, 3055.515, 360.52, 4.75, 7000, 0, 0, 100, 0);