Sign in to follow this  
Followers 0
Florix

[Accepted][Shadowlands]: Conjurer Margoss

2 posts in this topic

Title: Conjurer Margoss
Bugtracker Link:


Patch Content:

Alright, same issue as on BFA; 3 items are missing on this vendor.



Patch content:

Hes still selling only 5 out of 8 items.

Missing items:
https://www.wowhead.com/item=142531/crate-of-bobbers-squeaky-duck
https://www.wowhead.com/item=143842/trashy
https://www.wowhead.com/item=142532/crate-of-bobbers-murloc-head

Fix:
 

DELETE FROM `npc_vendor` WHERE `entry`=108825;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(108825, 8, 143842, 0, 6013, 1, 0, 0, 23420),
(108825, 7, 142532, 0, 6014, 1, 0, 0, 23420), 
(108825, 6, 142531, 0, 6014, 1, 0, 0, 23420), 
(108825, 5, 138811, 0, 6014, 1, 0, 0, 23420),
(108825, 4, 138810, 0, 6013, 1, 0, 0, 23420),
(108825, 3, 136375, 0, 6029, 1, 0, 0, 23420), 
(108825, 2, 136376, 0, 6029, 1, 0, 0, 23420), 
(108825, 1, 139175, 0, 6119, 1, 0, 0, 23420); 

 

1 person likes this

Share this post


Link to post
Share on other sites

Retail send more data than that, now item in vendor list have an intem context and support bonus, check your sniff :) 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0