From a22ab43084c1634145fee206938b169f738d6e6b Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Wed, 3 Nov 2021 09:44:25 +1030 Subject: [PATCH] fix(DB/item_loot): remove various incorrect items from Mithril Lockbox (#8834) --- .../sql/updates/pending_db_world/rev_1635585233227924918.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1635585233227924918.sql diff --git a/data/sql/updates/pending_db_world/rev_1635585233227924918.sql b/data/sql/updates/pending_db_world/rev_1635585233227924918.sql new file mode 100644 index 000000000..12aae261b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1635585233227924918.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635585233227924918'); + +-- Removes 25 incorrect items from Mithril Lockbox +DELETE FROM `item_loot_template` where `entry` = 5758 and `item` IN (785, 1645, 2319, 2449, 2450, 3356, 3357, 3858, 3927, 4234, 4338, 4339, 4419, 4426, 4607, 6149, 7912, 7974, 8932, 8950, 8953, 9030, 11914, 11948, 13446); +