forked from cmangos/wotlk-db
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor list corrected
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |