From e69fbb1ceb4cf918d1ecc6b7f42c03eca5ad9b34 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 11 Oct 2021 00:09:46 +0200 Subject: [PATCH] fix(DB/Loot): Remove Mountain Silversage from invalid loot tables. (#8310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #8119 Co-authored-by: Francesco Borzì --- data/sql/updates/pending_db_world/rev_1633535837441039700.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633535837441039700.sql diff --git a/data/sql/updates/pending_db_world/rev_1633535837441039700.sql b/data/sql/updates/pending_db_world/rev_1633535837441039700.sql new file mode 100644 index 000000000..73a3f8b3d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633535837441039700.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633535837441039700'); + +DELETE FROM `creature_loot_template` WHERE `item`=13465 AND `entry` NOT IN (1806,1813,6510,6520,6521,6551,6552,6557,6559,6560,7031,7092,7104,7132,7138,7139,7149, +8766,9376,9477,9598,9878,11458,11459,11461,11465,11722,11744,11745,11746,13021,13136,13196,13197,13285,14303,14460,14462);