From e8e2ec0dc5cc9187bf86e5dc416c1e2f7fa6b67f Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 12 Sep 2020 03:17:14 +0300 Subject: DB/Creature: Use DisableGravity for Time-Lost Proto Drake Closes #16137 (cherry picked from commit 15125ba8cea60278ff6e6015d40dfe2b061b81f9) --- sql/updates/world/master/2022_02_05_15_world_2020_09_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_05_15_world_2020_09_12_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_05_15_world_2020_09_12_01_world.sql b/sql/updates/world/master/2022_02_05_15_world_2020_09_12_01_world.sql new file mode 100644 index 00000000000..c7297c7c846 --- /dev/null +++ b/sql/updates/world/master/2022_02_05_15_world_2020_09_12_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight` = 1 WHERE `CreatureId` = 32491; -- cgit v1.2.3