fix(DB/Creature): Njorndar Proto-Drake vehicle unable to fly in “Vile Like Fire” (#16672)

This commit is contained in:
pvp100
2023-08-20 04:14:27 +08:00
committed by GitHub
parent edc92b4282
commit 6c049fcaa3

View File

@@ -0,0 +1,9 @@
-- Vile Like Fire! (13071)
-- fix Njorndar Proto-Drake vehicle unable to fly
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 30564;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(30564, 0, 57493, 12340),
(30564, 2, 7769, 12340),
(30564, 6, 57403, 12340);
-- fix Njorndar Proto-Drake display status on the ground
UPDATE `creature_template_movement` SET `Flight`=2 WHERE `CreatureId`=30272;