Skip to content

Brewfest - Wrong item in vendor #14989

Description

@sirikfoll

Some Brewfest vendors, are selling wrong items,
http://www.wowhead.com/item=37571/
http://www.wowhead.com/item=37599/
The quest given by those items has been deprecated, everything else already was set, missing only the npc_vendor update.

-- Replaces deprecated items for the new ones
UPDATE `npc_vendor` SET `item`=37736 WHERE `entry` IN (23710,27478) AND `item`=37571; -- Belbi Quikswitch/Larkin Thunderbrew
UPDATE `npc_vendor` SET `item`=37737 WHERE `entry`=27489 AND `item`=37599; -- Ray'ma

Rev. e142c3b
TDB 335.58+updates

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions