diff options
author | offl <offl@users.noreply.github.com> | 2020-10-05 00:21:48 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-05 00:21:48 +0300 |
commit | 749cc91fd32b4be66af67ea9abeb218997b9bf29 (patch) | |
tree | 660862d9d6294738e3444701578bb98c27220423 | |
parent | e0ea0fb8968fce7e76283e71a5d6e39dacc30471 (diff) |
DB/Creature: Change flight state CanFly to DisableGravity part 3
Updates #6148
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_04_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_04_02_world.sql b/sql/updates/world/3.3.5/2020_10_04_02_world.sql new file mode 100644 index 00000000000..ea8236cd05c --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_04_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 0 WHERE `CreatureId` IN (30228,30449,30451,30452,31535,31520,31534); +UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (30461,30879,30955,30959,30997,32446,32596,32597,32602); |