Skip to content

Commit

Permalink
[5307] Burdrak Harglhelm 3162
Browse files Browse the repository at this point in the history
vendor list corrected
  • Loading branch information
Grz3s committed Mar 7, 2024
1 parent 4471329 commit fe23c2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Updates/5307_c.3162.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Burdrak Harglhelm 3162
-- vendor list corrected
UPDATE npc_vendor SET Slot = 1 WHERE entry IN (3162) AND item = 799; -- Rough Leather Vest
UPDATE npc_vendor SET Slot = 2 WHERE entry IN (3162) AND item = 1839; -- Rough Leather Belt
UPDATE npc_vendor SET Slot = 3 WHERE entry IN (3162) AND item = 798; -- Rough Leather Pants
UPDATE npc_vendor SET Slot = 4 WHERE entry IN (3162) AND item = 796; -- Rough Leather Boots
UPDATE npc_vendor SET Slot = 5 WHERE entry IN (3162) AND item = 1840; -- Rough Leather Bracers
UPDATE npc_vendor SET Slot = 6 WHERE entry IN (3162) AND item = 797; -- Rough Leather Gloves

0 comments on commit fe23c2a

Please sign in to comment.