mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
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:
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user