Skip to content

Issue with items that contain Heroic & Normal versions with same name #7

@Erlaya

Description

@Erlaya

There is an issue where in if the viewer has a normal mode version of an item and is viewing the heroic version it will still show the normal mode TMB Tooltips only as it's cached locally because it's owned.

To fix this I had to change line 479 to be:
local itemID = tonumber (strmatch(itemLink,"item:(%d+):"))

This corrected the issue as it now updates to the itemID of the item that is being hovered over.

Hopefully someone can correct this who has access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions