mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
DB/Tirisfal: Added disableGravity to Agatha, Daschla and Aradne
Closes #29528
This commit is contained in:
6
sql/updates/world/master/2024_01_07_01_world.sql
Normal file
6
sql/updates/world/master/2024_01_07_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user