View Single Post
11-15-10, 12:38 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
There doesn't seem to be any simple way to get it to update..

In WorldStateFrame.lua it calls WorldStateScoreFrame_Update() which updates GetNumBattlefieldScores() and GetBattlefieldScore(index)
.. but it doesn't seem to work

I also tried a quick opening and then hiding the frame in this macro, but it also didn't work though
Code:
/run ShowUIPanel(WorldStateScoreFrame)
/run HideUIPanel(WorldStateScoreFrame)
  Reply With Quote