Fix for 1.10
--------------------------------------------------------------------------------
Found this at ui.worldofwar.net:
SpellCount display was broken for me too, but I think I just fixed it.
Somwhere around line 437 you’ll see
function ABIGetTooltipInfo()
Immediately after that, add the following two lines:
ABITooltip:SetOwner(this:GetParent(), "ANCHOR_NONE");
ABITooltip:ClearLines();
---
あとで試そう
---
治った
--------------------------------------------------------------------------------
Found this at ui.worldofwar.net:
SpellCount display was broken for me too, but I think I just fixed it.
Somwhere around line 437 you’ll see
function ABIGetTooltipInfo()
Immediately after that, add the following two lines:
ABITooltip:SetOwner(this:GetParent(), "ANCHOR_NONE");
ABITooltip:ClearLines();
---
あとで試そう
---
治った
コメント