XayeCW / Celestial-wow-Issues

Report Issues for Celestial-wow AshamaneCore here
2 stars 0 forks source link

Lord Candren <Gilneas Quartermaster> id:50307 #313

Closed arft1kwerg closed 2 years ago

arft1kwerg commented 2 years ago

Missing most of his shop inventory. Only sells Gilneas Tabard currently.

Should sell: 67532, 64892, 64893, 64894, 64882 -, Exalted, Exalted, Exalted, -

https://www.wowhead.com/npc=50307/lord-candren https://www.wowhead.com/item=67532/gilnean-satchel https://www.wowhead.com/item=64892/mantle-of-gilneas https://www.wowhead.com/item=64893/cape-of-gilneas https://www.wowhead.com/item=64894/shroud-of-gilneas

arft1kwerg commented 2 years ago
-- Lord Candren <Gilneas Quartermaster>

DELETE FROM npc_vendor WHERE entry = 50307;
INSERT INTO npc_vendor (entry, slot, item, maxcount, incrtime, ExtendedCost, type, BonusListIDs, PlayerConditionID, IgnoreFiltering, VerifiedBuild) VALUES
(50307,1,67532,0,0,0,1, NULL,0,0,1), -- Gilnean Satchel
(50307,2,64892,0,0,0,1, NULL,0,0,1), -- Mantle of Gilneas
(50307,3,64893,0,0,0,1, NULL,0,0,1), -- Cape of Gilneas
(50307,4,64894,0,0,0,1, NULL,0,0,1), -- Shroud of Gilneas
(50307,5,64882,0,0,0,1, NULL,0,0,1); -- Gilneas Tabard

-- Frizzo Villamar <Bilgewater Cartel Quartermaster>

DELETE FROM npc_vendor WHERE entry = 50323;
INSERT INTO npc_vendor (entry, slot, item, maxcount, incrtime, ExtendedCost, type, BonusListIDs, PlayerConditionID, IgnoreFiltering, VerifiedBuild) VALUES
(50323,1,67525,0,0,0,1, NULL,0,0,1), -- Bilgewater Satchel
(50323,2,64905,0,0,0,1, NULL,0,0,1), -- Mantle of Bilgewater
(50323,3,64906,0,0,0,1, NULL,0,0,1), -- Cape of Bilgewater
(50323,4,64907,0,0,0,1, NULL,0,0,1), -- Shroud of Bilgewater
(50323,5,64884,0,0,0,1, NULL,0,0,1); -- Bilgewater Cartel Tabard

Should fix vendor and Horde equivalent NPC.

arft1kwerg commented 2 years ago

Sells cloaks and tabards. Satchel is missing.