From ab1ad06185b332357ef7770b6e56f4dc540334d4 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 28 May 2016 02:17:33 -0500 Subject: [PATCH] Only show Chi in Legion for Windwalker monks --- modules/HarmonyPower.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/HarmonyPower.lua b/modules/HarmonyPower.lua index a74f5c4..0b71929 100644 --- a/modules/HarmonyPower.lua +++ b/modules/HarmonyPower.lua @@ -23,6 +23,9 @@ function HarmonyPower.prototype:init() else self.unitPower = SPELL_POWER_LIGHT_FORCE end + if IceHUD.WowVer >= 70000 then + self.requiredSpec = SPEC_MONK_WINDWALKER + end self.minLevel = 0 self.bTreatEmptyAsFull = true self.unit = "player"