From b3cd5ee593ccd4e1d510535a9a370b34ea927514 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:24:57 +0930 Subject: [PATCH] fix(DB/Loot): remove Dark Iron Ale Mug from Whit Wantmal (#6750) --- .../sql/updates/pending_db_world/rev_1625490612430815354.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1625490612430815354.sql diff --git a/data/sql/updates/pending_db_world/rev_1625490612430815354.sql b/data/sql/updates/pending_db_world/rev_1625490612430815354.sql new file mode 100644 index 000000000..efc26f1a8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1625490612430815354.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625490612430815354'); + +-- Remove Whit Wantmal's loot table +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 275; +DELETE FROM `creature_loot_template` WHERE `Entry` = 275;