DB/Creature: Change flight state CanFly to DisableGravity part 3
Updates #6148 (cherry picked from commit 749cc91fd32b4be66af67ea9abeb218997b9bf29)
This commit is contained in:
@@ -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