View Single Post
07-26-16, 10:33 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
My guess is they updated the XML.

From:
Code:
<OnUpdate>CastingBarFrame_OnUpdate(self,elapsed)</OnUpdate>
To:
Code:
<OnUpdate function="CastingBarFrame_OnUpdate"/>
The first creates an intermediate function that calls CastingBarFrame_OnUpdate(), the second sets CastingBarFrame_OnUpdate() as the handler. This is why the hook worked pre-7.0.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)