From 87456ca05176e4c359b71ecab285f80c2b4d806f Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 9 May 2021 17:38:58 -0500 Subject: [PATCH] Fix feature flag typo --- IceHUD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceHUD.lua b/IceHUD.lua index 1cf8eb9..4fbaa38 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -32,7 +32,7 @@ IceHUD.EventExistsGroupRosterUpdate = IceHUD.WowVer >= 50000 or IceHUD.WowClassi IceHUD.EventExistsUnitDynamicFlags = IceHUD.WowMain and IceHUD.WowVer < 80000 IceHUD.PerPowerEventsExist = IceHUD.WowMain and IceHUD.WowVer < 40000 IceHUD.PerTargetComboPoints = IceHUD.WowVer < 60000 -IceHUD.CanTrackOtherUnitBuffs = not IceHUD.WowClassicBC +IceHUD.CanTrackOtherUnitBuffs = not IceHUD.WowClassic IceHUD.CanTrackGCD = not IceHUD.WowClassic IceHUD.GetSpellInfoReturnsFunnel = IceHUD.WowMain and IceHUD.WowVer < 60000