mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Njorndar Proto-Drake vehicle unable to fly in “Vile Like Fire” (#16672)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user