fix(DB/Loot): Remove ilvl 146 Weapons in the 72-74 Level Range that were never supposed to drop in original WotLK (#24885)

This commit is contained in:
Gultask
2026-02-25 19:43:52 -03:00
committed by GitHub
parent 4694cb2570
commit 0d7baa00f6

View File

@@ -0,0 +1,20 @@
--
DELETE FROM `reference_loot_template` WHERE `Entry` = 1227274 AND `Item` IN (
36533, -- Adorned Broadsword
36603, -- Archaic Longspear
36575, -- Dragonflayer Hatchet
36505, -- Frosted Steel Mallet
36631, -- Horned Crossbow
36687, -- Illuminated Scepter
36547, -- Jester's Stick
36519, -- Moonlit Katana
36701, -- Pine Needle Staff
36715, -- Runed Shuriken, 146
36589, -- Segmenting Broadaxe
36491, -- Serrated Maul
36659, -- Shivery Wand
36645, -- Tuskarr Boomstick
36477, -- Twin-Edged Stiletto
36673, -- Wise Dagger
36617 -- Yielding Bow
);