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