Sign in to follow this  
Followers 0
jela

[Accepted][Battle for Azeroth]: [Bfa]Elijah Eggleton

4 posts in this topic

Title: [Bfa]Elijah Eggleton
Bugtracker Link:


Patch Content:

 

Npc should sell 4 items
 

DELETE FROM `npc_vendor` WHERE `entry` = '128467';
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `OverrideGoldCost`, `type`, `BonusListIDs`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
--128467=Elijah Eggleton


('128467','1','155811','0','0','0','-1','1',NULL,'0','0','0');
('128467','2','155812','0','0','0','-1','1',NULL,'0','0','0');
('128467','3','155813','0','0','0','-1','1',NULL,'0','0','0');
('128467','4','155814','0','0','0','-1','1',NULL,'0','0','0');

 

Share this post


Link to post
Share on other sites

When you do a comment like this, always leave a space between "--" and "text", otherwise you will get errors.

--128467=Elijah Eggleton

Share this post


Link to post
Share on other sites
On 12/2/2020 at 8:14 PM, jela said:

Title: [Bfa]Elijah Eggleton
Bugtracker Link:


Patch Content:

 

 

Npc should sell 4 items
 


DELETE FROM `npc_vendor` WHERE `entry` = '128467';
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `OverrideGoldCost`, `type`, `BonusListIDs`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
-- 128467=Elijah Eggleton


('128467','1','155811','0','0','0','-1','1',NULL,'0','0','0'),
('128467','2','155812','0','0','0','-1','1',NULL,'0','0','0'),
('128467','3','155813','0','0','0','-1','1',NULL,'0','0','0'),
('128467','4','155814','0','0','0','-1','1',NULL,'0','0','0');

 

 

Also, only the last row should've ";" at the end.

Edited by Florix

Share this post


Link to post
Share on other sites

Greetings @jela,

Your patch is accepted, thank you for contributing to Firestorm.

Regards, Thyvene.

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