From 6c049fcaa3a55f595f5cd006efa644659a752c0b Mon Sep 17 00:00:00 2001 From: pvp100 <134824156+pvp100com@users.noreply.github.com> Date: Sun, 20 Aug 2023 04:14:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Njorndar=20Proto-Drake=20ve?= =?UTF-8?q?hicle=20unable=20to=20fly=20in=20=E2=80=9CVile=20Like=20Fire?= =?UTF-8?q?=E2=80=9D=20(#16672)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../updates/pending_db_world/rev_1688557801143854400.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1688557801143854400.sql 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;