Skip to content

[335] Innkeeper Keldamyr Has Repeating Gossip Option #12474

Description

@MrSmite

Core: c28345e
DBL: TDB_full_335.52 + updates

Bug:

Inkeeper Keldamyr has double "I want to browse your goods" option.

Details:

SELECT * FROM `gossip_menu_option` WHERE `menu_id`=(SELECT `gossip_menu_id` FROM `creature_template` WHERE entry=6736);

Fix:

DELETE IGNORE FROM `gossip_menu_option` WHERE `menu_id`=1293 AND `id`=3;

Notes:

  • Players may need to delete their creaturecache.wdb to see the change
  • This bug did not exist in earlier versions (around 2013-12-01) of the core though I did not look to see which commit actually caused the issue.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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