Sign in to follow this  
Followers 0
Florix

[Accepted][Shadowlands]: Silverwing Battle Tabard

3 posts 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
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

The best way is to update the extendedcost and not DELETE/INSERT , according to retail the cost id is 5992, thanks for pointing the issue, npc's will be updated

Share this post


Link to post
Share on other sites
11 hours ago, Ouroboros said:

The best way is to update the extendedcost and not DELETE/INSERT , according to retail the cost id is 5992, thanks for pointing the issue, npc's will be updated

You're right, it's just that in one NPC is the item twice.

Note: The issue exists also on the Legion and Battle for Azeroth Realms. :)

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