Scripts/Misc: corrected movement template data for Battered Red Drakes in preparation for anim tier handlings

This commit is contained in:
Ovahlord
2020-06-02 19:34:44 +02:00
parent 21305d696c
commit 8a4dd6ce04
3 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 512 WHERE `entry` IN (39294, 44828, 44829, 44826, 44653);
UPDATE `creature_template_movement` SET `Flight`= 0, `Ground`= 1 WHERE `CreatureId` IN (39294, 44828, 44829, 44826, 44653);
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 512 WHERE `entry` IN (46221, 46218, 46212, 46215);
UPDATE `creature_template_movement` SET `Flight`= 0, `Ground`= 1 WHERE `CreatureId` IN (46221, 46218, 46212, 46215);
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 512 WHERE `entry` IN (46222, 46219, 46213, 46216);
UPDATE `creature_template_movement` SET `Flight`= 0, `Ground`= 1 WHERE `CreatureId` IN (46222, 46219, 46213, 46216);
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 512 WHERE `entry` IN (46223, 46220, 46214, 46217);
UPDATE `creature_template_movement` SET `Flight`= 0, `Ground`= 1 WHERE `CreatureId` IN (46223, 46220, 46214, 46217);