From 469faf9e8fb69dbac7593beb82dd2f35153c90a1 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 26 Sep 2013 05:33:54 +0000 Subject: [PATCH] Note that PowerCost(spellId) can return 0 for some spells. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1026 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleCondition.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/OvaleCondition.lua b/OvaleCondition.lua index 3dd3136..5a16b1d 100644 --- a/OvaleCondition.lua +++ b/OvaleCondition.lua @@ -2606,6 +2606,7 @@ end OvaleCondition.conditions.otherbuffremains = OvaleCondition.conditions.otherdebuffremains --- Get the resource cost of the given spell. +-- This returns zero for spells that use either mana or another resource based on stance/specialization, e.g., Monk's Jab. -- @name PowerCost -- @paramsig number -- @param id The spell ID. -- 1.7.9.5