rowaasr13

Results 2 comments of rowaasr13

In this particular case the the culprit is overwriting of `PlayerInteractionFrameManager.ShowFrame`. It gets called with type 51 when Covenant frame is displayed and taints creation of everything including deposit button....

I've added function to neutralize I events/hook I could remember on Blizzard frames so final change is like this: ``` local function NeutralizeFrame(frame) if not frame then return end frame:UnregisterAllEvents()...