Mercurial > wow > reaction
diff PetActionButton.lua @ 292:276165a0e860 1.1 beta 10
Don't stash CooldownFrame_SetTimer, to support mods such as 'Cooldowns' which hook it in an event handler.
author | Flick |
---|---|
date | Fri, 05 Aug 2011 16:25:41 -0700 |
parents | 499ca4edf033 |
children | f7a5676c9517 |
line wrap: on
line diff
--- a/PetActionButton.lua Fri Jul 01 14:35:18 2011 -0700 +++ b/PetActionButton.lua Fri Aug 05 16:25:41 2011 -0700 @@ -12,7 +12,7 @@ local AutoCastShine_AutoCastStart = AutoCastShine_AutoCastStart local AutoCastShine_AutoCastStop = AutoCastShine_AutoCastStop local SetDesaturation = SetDesaturation -local CooldownFrame_SetTimer = CooldownFrame_SetTimer +-- local CooldownFrame_SetTimer = CooldownFrame_SetTimer -- don't stash this API, look it up every time to support some mods that hook it, e.g. Cooldowns local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor --