diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_21_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_21_00_world.sql b/sql/updates/world/3.3.5/2019_05_21_00_world.sql new file mode 100644 index 00000000000..a27a5368cbc --- /dev/null +++ b/sql/updates/world/3.3.5/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; |