-
Notifications
You must be signed in to change notification settings - Fork 99
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 @@ | ||
-- Shankys 3333 | ||
-- vendor list corrected | ||
UPDATE npc_vendor SET Slot = 3 WHERE entry IN (3333) AND item = 6256; -- Fishing Pole | ||
UPDATE npc_vendor SET Slot = 4 WHERE entry IN (3333) AND item = 6365; -- Strong Fishing Pole | ||
UPDATE npc_vendor SET Slot = 0 WHERE entry IN (3333) AND item = 6368; -- Recipe: Rainbow Fin Albacore | ||
UPDATE npc_vendor SET Slot = 1 WHERE entry IN (3333) AND item = 6369; -- Recipe: Rockscale Cod | ||
UPDATE npc_vendor SET Slot = 6 WHERE entry IN (3333) AND item = 6529; -- Shiny Bauble | ||
UPDATE npc_vendor SET Slot = 7 WHERE entry IN (3333) AND item = 6530; -- Nightcrawlers | ||
UPDATE npc_vendor SET Slot = 8 WHERE entry IN (3333) AND item = 6532; -- Bright Baubles | ||
UPDATE npc_vendor SET Slot = 5 WHERE entry IN (3333) AND item = 6533; -- Aquadynamic Fish Attractor | ||
UPDATE npc_vendor SET Slot = 2 WHERE entry IN (3333) AND item = 17062; -- Recipe: Mithril Head Trout |
5409329
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the +fishing items got mixed up. Should be from lowest to highest.
5409329
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no theyre not..