diff --git a/data/sql/updates/pending_db_world/rev_1688557801143854400.sql b/data/sql/updates/pending_db_world/rev_1688557801143854400.sql new file mode 100644 index 000000000..85179ee25 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1688557801143854400.sql @@ -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;