mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Creature: Change flight state CanFly to DisableGravity part 2
Updates #6148
This commit is contained in:
4
sql/updates/world/3.3.5/2020_09_23_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_09_23_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user