DB/Tirisfal: Added disableGravity to Agatha, Daschla and Aradne

Closes #29528
This commit is contained in:
malcrom
2024-01-07 21:44:52 +01:00
committed by Naddley
parent ec6a5c9bf5
commit 06f14aac51

View File

@@ -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);