aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcrom <malcromdev@gmail.com>2024-01-07 21:44:52 +0100
committerNaddley <NaddleyTC@gmail.com>2024-01-07 21:45:00 +0100
commit06f14aac5125bca15ad122da89f57be84f637da2 (patch)
treee68c24128dccd3993c6befc7248b99e5342f0e99
parentec6a5c9bf5d6a5879b31e67cfc0cc9fb4fa572c9 (diff)
DB/Tirisfal: Added disableGravity to Agatha, Daschla and Aradne
Closes #29528
-rw-r--r--sql/updates/world/master/2024_01_07_01_world.sql6
1 files changed, 6 insertions, 0 deletions
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);