You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the tooltip of the buttons mentioned in the title will trigger a GameTooltip:SetOwner() through util:SetOwnerSafely() (line 5744 in core.lua), the name, guild name etc. is missing:
Without GameTooltip:SetOwner() triggered:
With GameTooltip:SetOwner() triggered:
You can reproduce this with the following addition in "core.lua":
The text was updated successfully, but these errors were encountered:
If the tooltip of the buttons mentioned in the title will trigger a
GameTooltip:SetOwner()
throughutil:SetOwnerSafely()
(line 5744 in core.lua), the name, guild name etc. is missing:Without
GameTooltip:SetOwner()
triggered:With
GameTooltip:SetOwner()
triggered:You can reproduce this with the following addition in "core.lua":
The text was updated successfully, but these errors were encountered: