Skip to content

Missing minimap button tooltip #120

@MyTechnoHunter

Description

@MyTechnoHunter

Latest Github version, wrath game client.

noticed in the code you have the section for the tooltip, but not tooltip..

       OnTooltipShow = function(tooltip)
            if not tooltip or not tooltip.AddLine then return end

        end,

to fix, just add

       OnTooltipShow = function(tooltip)
            if not tooltip or not tooltip.AddLine then return end
            tooltip.AddLine("Guildbook \nClick to Show/Hide Guildbook.");

        end,

or whichever tool tip you want

thanks for keeping this up to date!

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