fix: hotfix to IgnoredActions

This commit is contained in:
ZioPao
2025-04-17 15:46:22 +02:00
parent c60a2c56ec
commit 3eeb9d1000
3 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ local StaticData = require("TOC/StaticData")
local function OverrideAction(action, maxTime)
-- TODO Add forced debuff instead of just relying on the vanilla values?
action.skipTOC = true
action.maxTime = time
action.maxTime = maxTime
action.animSpeed = 1.0
end