Results: 2Comments by: kouik
File: Broker LFG03-08-13
Thanks for the heads-up. Blizzard a...
Posted By: kouik
Thanks for the heads-up. Blizzard actually just renamed the TogglePVPFrame() to TogglePVPUI() which takes care of loading the new PVP UI "addon" if it's not already loaded. I'll post an update soon. Thanks a lot for the advice. Far simpler and far better I must admit ;)
File: Broker LFG03-07-13
Hi and thanks for your addon. TH...
Posted By: kouik
Hi and thanks for your addon. THe latest version (5.2.0.51) does not allow to open a pvp queue. In order to get it functionnal : replace the line:TogglePVPFrame()byif (PVPUIFrame) then ToggleFrame(PVPUIFrame) else LoadAddOn("Blizzard_PVPUI") ToggleFrame(PVPUIFrame) end If function without any issue on my side....