Sign in to follow this  
Followers 0
Herculano

[Legion]: Provisioner Whitecloud <Guardians of Hyjal Quartermaster>

3 posts in this topic

Title: Provisioner Whitecloud <Guardians of Hyjal Quartermaster>
Bugtracker Link:


Patch Content:
UPDATE `creature_template` SET npcflag ='128' WHERE entry='50314';

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

 

Share this post


Link to post
Share on other sites
On 8.2.2017 at 5:23 AM, Herculano said:

Title: Provisioner Whitecloud <Guardians of Hyjal Quartermaster>
Bugtracker Link:


Patch Content:

 


UPDATE `creature_template` SET npcflag ='128' WHERE entry='50314';

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

 

 

INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `type`, `PlayerConditionID`, `VerifiedBuild`) VALUES

It should be like that.

 

('50314', '0', '62374', '0', '0','1', '0', '0', '23420'),

You forgot the Cost of the Item.

Share this post


Link to post
Share on other sites

The NPC is already fixed.

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