fix totem bar dismissal (#18)

* fix totem bar dismissal

* limit insecure DestroyTotem fix to Classic/TBC

* fix fussy commit

Co-authored-by: Wiktor Ozimek <wiktor.ozimek@gmail.com>
This commit is contained in:
Fktor
2021-11-24 20:25:10 +01:00
committed by GitHub
parent e4919fb1fe
commit 9e77fa6831
2 changed files with 7 additions and 7 deletions

View File

@ -35,6 +35,7 @@ IceHUD.PerTargetComboPoints = IceHUD.WowVer < 60000
IceHUD.CanTrackOtherUnitBuffs = not IceHUD.WowClassic
IceHUD.CanTrackGCD = not IceHUD.WowClassic
IceHUD.GetSpellInfoReturnsFunnel = IceHUD.WowMain and IceHUD.WowVer < 60000
IceHUD.CanHookDestroyTotem = IceHUD.WowClassic or IceHUD.WowClassicBC
IceHUD.UnitPowerEvent = "UNIT_POWER_UPDATE"