FeenixServerProject / Wrath_3.3.5_Issue_tracker

The official issue tracker for Wrath 3.3.5
4 stars 4 forks source link

Deadly Gladiator's gear from Conquest Vendor #176

Closed Bellzubab closed 7 years ago

Bellzubab commented 7 years ago

This is S5. You should NOT be able to buy the current season's Arena gear for Emblems.

When S6 starts, then this could be re-implemented.

Bellzubab commented 7 years ago

This is a (poorly written) query that will show you which entries need to be removed, assuming you have the same table setup as stock trinity...

SELECT world.npc_vendor.entry, world.npc_vendor.item, world.item_template.name FROM world.npc_vendor INNER JOIN world.item_template ON world.npc_vendor.item=world.item_template.entry WHERE world.npc_vendor.entry = '33963' AND world.item_template.name LIKE 'deadly gladiator%' OR world.npc_vendor.entry = '33964' AND world.item_template.name LIKE 'deadly gladiator%';

lajhar commented 7 years ago

Fixed. Fix confirmed on PTR