Sign in to follow this  
Followers 0
Florix

[Shadowlands]: Nava

1 post in this topic

Title: Nava
Bugtracker Link:


Patch Content:

Vendor sells no items.
It's not a sniff, just the infos from wowhead. There are no infos about intem context and support bonus on Trinity Wiki.

Patch Content:
https://www.wowhead.com/npc=174493/nava
https://www.wowhead.com/item=173859/ethereal-pomegranate
https://www.wowhead.com/item=174284/empyrean-fruit-salad
https://www.wowhead.com/item=174281/purified-skyspring-water
https://www.wowhead.com/item=174282/airy-ciabatta
https://www.wowhead.com/item=174285/candied-walnuts

Fix:
 

DELETE FROM `npc_vendor` WHERE `entry`=174493;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(174493, 1, 173859, 0, 0, 1, 0, 0, 36228),
(174493, 2, 174284, 0, 0, 1, 0, 0, 36228),
(174493, 3, 174281, 0, 0, 1, 0, 0, 36228),
(174493, 4, 174282, 0, 0, 1, 0, 0, 36228),
(174493, 5, 174285, 0, 0, 1, 0, 0, 36228);

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0