aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-29 19:48:36 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 18:27:18 +0100
commit5e05b27d16a2039569c9f8c0661b4f309aeb7cb4 (patch)
tree117281e18c61e8b319dc41c27ff6413eabb7442f
parentb7e332fa9b11e570d1861a973b8108f9eb52f0be (diff)
DB/Creature: Change flight state CanFly to DisableGravity part 4
Updates #6148 (cherry picked from commit 69e8e9488003a0062a3a82ff4fd09c9f9d82af78)
-rw-r--r--sql/updates/world/master/2022_03_06_13_world_2021_01_29_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_13_world_2021_01_29_05_world.sql b/sql/updates/world/master/2022_03_06_13_world_2021_01_29_05_world.sql
new file mode 100644
index 00000000000..392605dddf0
--- /dev/null
+++ b/sql/updates/world/master/2022_03_06_13_world_2021_01_29_05_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (11583,22064,22972,24172,24844,26057,26813,27258,27709,27753,27754,37158,40363);