Sign in to follow this  
Followers 0
Daxter

[Declined][Mists of Pandaria]: Provisioner Whitecloud [NPC]

3 posts in this topic

Title: Provisioner Whitecloud [NPC]
Bugtracker Link:


Patch Content:
/*
tracker id: n/a
NPC id: 50314
This npc currently only sells 1 item I believe. this fixes that
*/


DELETE FROM `npc_vendor` WHERE `entry`=50314;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES
(50314, 1, 62384, 0, 0, 0),
(50314, 2, 62386, 0, 0, 0),
(50314, 3, 62385, 0, 0, 0),
(50314, 4, 62383, 0, 0, 0),
(50314, 5, 62378, 0, 0, 0),
(50314, 6, 62381, 0, 0, 0),
(50314, 7, 62377, 0, 0, 0),
(50314, 8, 62375, 0, 0, 0),
(50314, 9, 62376, 0, 0, 0),
(50314, 10, 62374, 0, 0, 0),
(50314, 11, 62382, 0, 0, 0),
(50314, 12, 62380, 0, 0, 0),
(50314, 13, 65906, 0, 0, 0);

 

Share this post


Link to post
Share on other sites

Good afternoon,

We already have this list implemented into our DB. Why it is not shown correctly ? it is due to client issues.

Thank you for your post ! 

Share this post


Link to post
Share on other sites

Greetings Daxter, and sorry for the late answer.

As Cortex pointed out last September, this NPC is properly working at the moment on Garrosh, so I'm moving this post to the declined section :)

Thank you so much for the patch submission !
Kind regards, Pantoufle

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