13 - Copy-paste error in EnhanceCDs
Line 72 reads:
if not InCombatLockdown() and TotemTimers_Settings.HideEnhanceCDsOOC then stormstrike:Hide() end
should read:
if not InCombatLockdown() and TotemTimers_Settings.HideEnhanceCDsOOC then ll:Hide() end
Line 72 reads:
if not InCombatLockdown() and TotemTimers_Settings.HideEnhanceCDsOOC then stormstrike:Hide() end
should read:
if not InCombatLockdown() and TotemTimers_Settings.HideEnhanceCDsOOC then ll:Hide() end