From 06f14aac5125bca15ad122da89f57be84f637da2 Mon Sep 17 00:00:00 2001 From: malcrom Date: Sun, 7 Jan 2024 21:44:52 +0100 Subject: DB/Tirisfal: Added disableGravity to Agatha, Daschla and Aradne Closes #29528 --- sql/updates/world/master/2024_01_07_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2024_01_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_01_07_01_world.sql b/sql/updates/world/master/2024_01_07_01_world.sql new file mode 100644 index 00000000000..a8e12948ac7 --- /dev/null +++ b/sql/updates/world/master/2024_01_07_01_world.sql @@ -0,0 +1,6 @@ +-- Make winged ghost" fly Deathknell Graveyard +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (49044,49128,50372); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`,`InteractionPauseTimer`) VALUES +(49044,0,0,1,0,0,0,0), +(49128,0,0,1,0,0,0,0), +(50372,0,0,1,0,0,0,0); -- cgit v1.2.3