From eb90ca2ff79054654de5ea821e8451cbd0d01d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Sat, 16 Feb 2019 23:56:22 +0100 Subject: [PATCH] fix(DB): added missing SQL part of #1371 (#1478) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: José González Co-Authored-By: Vitoco --- data/sql/updates/pending_db_world/rev_1550356980568891570.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1550356980568891570.sql diff --git a/data/sql/updates/pending_db_world/rev_1550356980568891570.sql b/data/sql/updates/pending_db_world/rev_1550356980568891570.sql new file mode 100644 index 000000000..a34008a10 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1550356980568891570.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1550356980568891570'); + +-- Script for Living Inferno (Halion fight) +UPDATE `creature_template` SET `ScriptName`='npc_living_inferno' WHERE `entry` = 40681;