From 6a46fcfb81dce7aa766f98848384e8024f7c2230 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Mon, 11 Oct 2021 08:45:17 +1030 Subject: [PATCH] fix(DB/Loot): Remove Commander Eligor Dawnbringer's loot table (#8393) --- .../updates/pending_db_world/rev_1633841812215829906.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633841812215829906.sql diff --git a/data/sql/updates/pending_db_world/rev_1633841812215829906.sql b/data/sql/updates/pending_db_world/rev_1633841812215829906.sql new file mode 100644 index 000000000..a97c80ec2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633841812215829906.sql @@ -0,0 +1,7 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633841812215829906'); + +-- Removes loot from Commander Eligor Dawnbringer +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 16115; +-- Tidy loot table entries +DELETE FROM `creature_loot_template` WHERE `Entry` = 16115; +