hshh

Results 9 comments of hshh

> item.hyperlink = format('|c%s|Hbattlepet:%sx0|h[%s]|h|r', color, data, item.name) The hyperlink is invalid because it's not a battle pet.

@Jaliborc This brings up another bug—still an issue with keystone. Bagnon-11.2.11, WoW Retail 1x BagBrother/core/classes/frameBase.lua:189: attempt to index field 'hyperlink' (a nil value)

1.2.12, it works. 1.2.13, not work. Test with pre-compiled version.

The same issue occurs in The War Within, addon v119, causing stuttering, particularly in the Undermine.

Fix for Scrap not update yet ``` --- a/Interface/AddOns/Scrap/addons/main/main.lua +++ b/Interface/AddOns/Scrap/addons/main/main.lua @@ -152,7 +152,7 @@ function Scrap:IsFiltered(id, ...) elseif class == ARMOR or class == WEAPON then if value and...

BagBrother\frames\containers\item.lua line 58, change to C.UseContainerItem(self:GetBag(), self:GetID(), nil, nil, true)

In v0.13.1, the Remote Allocator works normally and creates a new tab. Incognito mode also works normally, creating a new tab and then a new window. In v0.14.1, the Remote...

I run the Chrome with `--user-data-dir=/path/profile --remote-debugging-port=9000 --no-default-browser-check --no-first-run`