Skip to content

Commit

Permalink
[5182] Shankys 3333
Browse files Browse the repository at this point in the history
vendor list corrected
  • Loading branch information
Grz3s committed Nov 18, 2023
1 parent 302bf12 commit 5409329
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Updates/5182_c.3333.sql
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

2 comments on commit 5409329

@AnonXS
Copy link
Member

@AnonXS AnonXS commented on 5409329 Nov 25, 2023

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.

@Grz3s
Copy link
Member Author

@Grz3s Grz3s commented on 5409329 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no theyre not..
42342u

Please sign in to comment.