diff options
author | offl <offl@users.noreply.github.com> | 2020-09-23 03:13:56 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-27 23:16:24 +0100 |
commit | 19def1992028d08b60f288376a538a5f3756c1cf (patch) | |
tree | a39efa977a7daea71433a50713abafd25cb7582e | |
parent | 2bd7d00e5645103ca5cc741494391b1e78a0e131 (diff) |
DB/Creature: Change flight state CanFly to DisableGravity part 2
Updates #6148
(cherry picked from commit e29981f3b3da5079b04d484ba087cc550a253edd)
-rw-r--r-- | sql/updates/world/master/2022_02_27_36_world_2020_09_23_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_27_36_world_2020_09_23_00_world.sql b/sql/updates/world/master/2022_02_27_36_world_2020_09_23_00_world.sql new file mode 100644 index 00000000000..1475e50cec5 --- /dev/null +++ b/sql/updates/world/master/2022_02_27_36_world_2020_09_23_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` IN (5347,8964,11368,15185,17307,17536,18409,18432,18435,18879,20170,20611,20635,21153,21648,21879,22140,22181,22274,22980,23061,23261,23281,23680,23687,23693,23864,24222,24272,24673,24761,24787,25063,25144,25349,25387,25445,25460,25464,25545,25765,15963,16137,23030,23330,28710); +-- Not needed at all +UPDATE `creature_template_movement` SET `Flight` = 0 WHERE `CreatureId` IN (22829,22831,22838,22839,22851,22866,22872,22905,23567,24035,20903); |