Skip to content

Commit

Permalink
[5193] Sort Vendorlist for Sly Garrett 2622
Browse files Browse the repository at this point in the history
Remove Lethargy Root from Vendors

Based on cmangos/wotlk-db@6aa97cf
  • Loading branch information
AnonXS committed Dec 10, 2023
1 parent ae3c14f commit 4f0f178
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Updates/4551_WDB-5193_c.2849.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
-- Sly Garrett 2622
-- vendor list corrected
UPDATE `npc_vendor` SET `slot`=6 WHERE `entry`=2622 && `item`=2928; -- Dust of Decay
UPDATE `npc_vendor` SET `slot`=8 WHERE `entry`=2622 && `item`=2930; -- Essence of Pain
UPDATE `npc_vendor` SET `slot`=2 WHERE `entry`=2622 && `item`=3371; -- Empty Vial
UPDATE `npc_vendor` SET `slot`=3 WHERE `entry`=2622 && `item`=3372; -- Leaded Vial
UPDATE `npc_vendor` SET `slot`=1 WHERE `entry`=2622 && `item`=5060; -- Thieves' Tools
UPDATE `npc_vendor` SET `slot`=5 WHERE `entry`=2622 && `item`=5140; -- Flash Powder
UPDATE `npc_vendor` SET `slot`=10 WHERE `entry`=2622 && `item`=5173; -- Deathweed
UPDATE `npc_vendor` SET `slot`=9 WHERE `entry`=2622 && `item`=8923; -- Essence of Agony
UPDATE `npc_vendor` SET `slot`=7 WHERE `entry`=2622 && `item`=8924; -- Dust of Deterioration
UPDATE `npc_vendor` SET `slot`=4 WHERE `entry`=2622 && `item`=8925; -- Crystal Vial

-- https://www.wowhead.com/classic/item=3777/lethargy-root#comments:id=3017124
-- "Gray item as of 1.12, no longer sold by poison vendors"
DELETE FROM `npc_vendor` WHERE `item` = 3777;
DELETE FROM `npc_vendor_template` WHERE `item` = 3777;

0 comments on commit 4f0f178

Please sign in to comment.