Skip to content

Commit

Permalink
[5154] Glyx Brewright 2848
Browse files Browse the repository at this point in the history
Vendor list corrected
  • Loading branch information
Grz3s committed Oct 26, 2023
1 parent 74345e1 commit a98f756
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Updates/5154_c.2848.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- Glyx Brewright 2848
-- Vendor list corrected
UPDATE npc_vendor SET Slot = 5 WHERE entry = 2848 AND item = 1710; -- Greater Healing Potion
UPDATE npc_vendor SET Slot = 0 WHERE entry = 2848 AND item = 3371; -- Empty Vial
UPDATE npc_vendor SET Slot = 1 WHERE entry = 2848 AND item = 3372; -- Leaded Vial
UPDATE npc_vendor SET Slot = 6 WHERE entry = 2848 AND item = 3827; -- Mana Potion
UPDATE npc_vendor SET Slot = 8 WHERE entry = 2848 AND item = 6056; -- Recipe: Frost Protection Potion
UPDATE npc_vendor SET Slot = 7 WHERE entry = 2848 AND item = 6057; -- Recipe: Nature Protection Potion
UPDATE npc_vendor SET Slot = 2 WHERE entry = 2848 AND item = 8925; -- Crystal Vial
UPDATE npc_vendor SET Slot = 3 WHERE entry = 2848 AND item = 18256; -- Imbued Vial
UPDATE npc_vendor SET Slot = 4 WHERE entry = 2848 AND item = 40411; -- Enchanted Vial

0 comments on commit a98f756

Please sign in to comment.