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:
parent
4694cb2570
commit
0d7baa00f6
1 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue