From b0a9c83dc3c846faa16c7b1254fd52c002268ad8 Mon Sep 17 00:00:00 2001 From: Raelorasz <82320853+Raelorasz@users.noreply.github.com> Date: Mon, 17 May 2021 17:09:36 +0200 Subject: [PATCH] fix(DB/creature_loot_template): Remove Crumpled, Ripped and Torn Note from Highland Thrasher loot table (#5484) --- data/sql/updates/pending_db_world/rev_1619445079257787200.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1619445079257787200.sql diff --git a/data/sql/updates/pending_db_world/rev_1619445079257787200.sql b/data/sql/updates/pending_db_world/rev_1619445079257787200.sql new file mode 100644 index 000000000..20dc9135c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1619445079257787200.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619445079257787200'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 2560) AND (`Item` IN (4100, 4101, 4102));