From ea6619552c775b48de0e4e3ba5faecb7733a3057 Mon Sep 17 00:00:00 2001 From: Rothend Date: Fri, 26 Jun 2020 22:53:37 +0200 Subject: DB/Creature: Fix Firemane Drakes and Monstrous Kaliri flying movement Closes #24826 (cherry picked from commit 02828a477a4cea22134fd16f055d9f06c34cbbad) --- sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql b/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql new file mode 100644 index 00000000000..6431feff38e --- /dev/null +++ b/sql/updates/world/master/2022_01_19_03_world_2020_06_26_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight`=1 WHERE `CreatureId` IN (23969, 23051); -- cgit v1.2.3