Remove comment for removed TickValue() primary condition.
Johnny C. Lam [10-19-13 - 07:52]
Remove comment for removed TickValue() primary condition.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1067 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleCondition.lua b/OvaleCondition.lua
index 6ab35dd..c7c6f9a 100644
--- a/OvaleCondition.lua
+++ b/OvaleCondition.lua
@@ -518,25 +518,6 @@ OvaleCondition.conditions.armorsetparts = function(condition)
return Compare(OvaleEquipement:GetArmorSetCount(condition[1]), comparator, limit)
end
---- Get the current tick value of a periodic aura on the target.
--- @name TickValue
--- @paramsig number or boolean
--- @param id The spell ID of the aura or the name of a spell list.
--- @param operator Optional. Comparison operator: less, atMost, equal, atLeast, more.
--- @param number Optional. The number to compare against.
--- @param filter Optional. The type of aura to check.
--- Default is any.
--- Valid values: any, buff, debuff
--- @param target Optional. Sets the target to check. The target may also be given as a prefix to the condition.
--- Defaults to target=player.
--- Valid values: player, target, focus, pet.
--- @return The tick value.
--- @return A boolean value for the result of the comparison.
--- @see TicksRemain
--- @usage
--- if DebuffRemains(light_stagger) >0 and TickValue(light_stagger) >10000
--- Spell(purifying_brew)
-
--- Get the value of a buff as a number. Not all buffs return an amount.
-- @name BuffAmount
-- @paramsig number