diff options
author | Ovahlord <dreadkiller@gmx.de> | 2020-05-16 21:22:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-04 15:33:04 +0100 |
commit | 0ff1dd577ee019309b91aac793954c45782febd9 (patch) | |
tree | 307b257520d76c96c7cf44e77fcad6006cb0d91a | |
parent | 0c15b2ac7cd8f57004b009a99ec357ef2eefecb3 (diff) |
DB/Creatures: corrected several movement template flight values for creatures all accross Northrend. No more raining Gargoyles, Frost Wyrms, Birds and other flying things
(cherry picked from commit 8a9f80909387615fb7e22a0f8a042c3ad7a10cfc)
-rw-r--r-- | sql/updates/world/master/2022_01_04_14_world_2020_05_16_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_04_14_world_2020_05_16_00_world.sql b/sql/updates/world/master/2022_01_04_14_world_2020_05_16_00_world.sql new file mode 100644 index 00000000000..c48237e14bf --- /dev/null +++ b/sql/updates/world/master/2022_01_04_14_world_2020_05_16_00_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template_movement` SET `Flight`= 1 WHERE `CreatureId` IN (26174, 26483, 24440, 24747, 28246, 29460, 29808, 32630, 30575, 30482, 31137, 32767, 31702, 32189, 32201, 32492, 28170, 28004, 28378, 28086, 28085, 30988, 33550, 30275); + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (29792, 29793); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES +(29792, 1, 1), +(29793, 1, 1); |