aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-21 18:37:47 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-06 00:11:45 +0100
commit0699b479c4536736f908e9f3a8df35683dcef373 (patch)
treebb0f7c8afedc0d82b5938f29384d7de68c35d669
parent14712653dd813789bb47165621416e56eac47c8e (diff)
DB/Creature: Fix some Waypoints
(cherry picked from commit 87a44450b56eadfbf693071174fcb0132b893934)
-rw-r--r--sql/updates/world/master/2021_12_05_36_world_2019_05_21_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_36_world_2019_05_21_00_world.sql b/sql/updates/world/master/2021_12_05_36_world_2019_05_21_00_world.sql
new file mode 100644
index 00000000000..a27a5368cbc
--- /dev/null
+++ b/sql/updates/world/master/2021_12_05_36_world_2019_05_21_00_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `creature_template` SET `MovementType`=0 WHERE `entry` IN (21315,4841,8666,23872,25964,25965,25966,27003,33576);
+UPDATE `creature` SET `MovementType`=2 WHERE `id`=27003;
+UPDATE `waypoint_data` SET `id`=1072390 WHERE `id`=270030;
+UPDATE `creature_addon` SET `path_id`=1072390 WHERE `guid`=107239;