Skip to content

Commit 924c1f3

Browse files
fix(DB/Loot): Removes "Warsong Report" and "Battered Junkbox" from "Battered Junkbox" (azerothcore#24588)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
1 parent 1a05906 commit 924c1f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Removes "Warsong Report" and "Battered Junkbox" (yes remove itself from itself) from "Battered Junkbox"
2+
DELETE FROM `item_loot_template` WHERE `Entry` = 16882 AND `Item` IN (16746, 16882);

0 commit comments

Comments
 (0)