From 2d4f087f85c1647ce9df875eef6394146be00b1a Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Thu, 9 Sep 2021 23:54:27 +0300 Subject: Scripts/Creature: Update Dancing Flames (#26883) (cherry picked from commit 70c3e58327855eb0e05a235f31bf72e135846877) --- sql/updates/world/master/2022_03_14_17_world_2021_09_09_11_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_14_17_world_2021_09_09_11_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_14_17_world_2021_09_09_11_world.sql b/sql/updates/world/master/2022_03_14_17_world_2021_09_09_11_world.sql new file mode 100644 index 00000000000..f41335c6172 --- /dev/null +++ b/sql/updates/world/master/2022_03_14_17_world_2021_09_09_11_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1, `Rooted` = 1 WHERE `CreatureId` = 25305; -- cgit v1.2.3