DB/Creature: Change flight state CanFly to DisableGravity part 3

Updates #6148

(cherry picked from commit 749cc91fd3)
This commit is contained in:
offl
2020-10-05 00:21:48 +03:00
committed by Shauren
parent fd20dbe562
commit acf89e77f6

View 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);