feat: cross acount, cross realm character tracking

This commit is contained in:
Vati
2026-04-06 15:30:26 +04:00
parent e40ef41602
commit daca27ca5c
11 changed files with 3626 additions and 181 deletions
+5 -1
View File
@@ -2321,7 +2321,11 @@ function Guda_ItemButton_OnEnter(self)
elseif self.otherChar or self.isReadOnly then
GameTooltip.GudaViewedCharacter = self.otherChar
if self.itemData and self.itemData.link then
GameTooltip:SetHyperlink(self.itemData.link)
local ok = pcall(GameTooltip.SetHyperlink, GameTooltip, self.itemData.link)
if not ok then
GameTooltip:Hide()
return
end
else
GameTooltip:Hide()
return