Solution to annoying raid window pop-ups

lanki

New Member
With the current patch the raid window keeps poping up repeatedly to fix this make a macro with the following text:

/script i=1 frame=getglobal("ChatFrame"..i) while frame do frame:UnregisterEvent("UPDATE_INSTANCE_INFO") i=i+1 frame=getglobal("ChatFrame"..i) end


Use that macro once everytime you load the game and the raid window won't keep popping up. Hopefully blizzard does a hotfix to it soon.
 
Back
Top