DB/Creature: Fix some Waypoints

This commit is contained in:
Killyana
2019-05-21 18:37:47 +02:00
parent e4a1556e09
commit 87a44450b5

View File

@@ -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;