Sign in to follow this  
Followers 0
Florix

[Accepted][Battle for Azeroth]: Silverwing Battle Tabard

1 post in this topic

Title: Silverwing Battle Tabard
Bugtracker Link:


Patch Content:

Fixing the incorect ID of the ExtendedCost in npc_vendor of https://www.wowhead.com/item=19506/silverwing-battle-tabard in all 8 NPC Vendors.

 

-- #19506/Item - Silverwing Battle Tabard - re-adding the item to fix the extended cost, some vendors, like 5193 sell it twice. ExtendedCost ID 5971 = 10x 137642 (Mark of Honor)
DELETE FROM `npc_vendor` WHERE `entry` IN ('108138','14753','5193','52278','5049','16766','133164','5191') AND `item`='19506';
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `type`) VALUES 
('108138','0','19506','0','0','5971','1'),
('14753','0','19506','0','0','5971','1'),
('5193','0','19506','0','0','5971','1'),
('52278','0','19506','0','0','5971','1'),
('5049','0','19506','0','0','5971','1'),
('16766','0','19506','0','0','5971','1'),
('133164','0','19506','0','0','5971','1'),
('5191','0','19506','0','0','5971','1');

 

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