From 924c1f3daf49964a2ccc028921ef225327925f5b Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:22:21 +0000 Subject: [PATCH] fix(DB/Loot): Removes "Warsong Report" and "Battered Junkbox" from "Battered Junkbox" (#24588) Co-authored-by: FlyingArowana --- data/sql/updates/pending_db_world/rev_1770028284372314400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1770028284372314400.sql diff --git a/data/sql/updates/pending_db_world/rev_1770028284372314400.sql b/data/sql/updates/pending_db_world/rev_1770028284372314400.sql new file mode 100644 index 000000000..080dd439d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1770028284372314400.sql @@ -0,0 +1,2 @@ +-- Removes "Warsong Report" and "Battered Junkbox" (yes remove itself from itself) from "Battered Junkbox" +DELETE FROM `item_loot_template` WHERE `Entry` = 16882 AND `Item` IN (16746, 16882);