Update Modules/CalcPerform.lua

Co-authored-by: Trevor Lund <Wires77@users.noreply.github.com>
This commit is contained in:
Nostrademous
2021-03-27 09:24:48 -04:00
committed by GitHub
parent e64edf1cec
commit 7e268628ae

View File

@@ -17,7 +17,6 @@ local s_format = string.format
local bor = bit.bor
local band = bit.band
local tempTable1 = { }
-- Identify the trigger action skill for trigger conditions, take highest Attack Per Second
local function findTriggerSkill(env, skill, source, triggerRate, reqManaCost)