Skip to content

Commit

Permalink
NEW fix TERON -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Waini4 committed Jul 25, 2024
1 parent 9f893c5 commit 2628299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-BlackTemple/TeronGorefiend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local specWarnColdMove = mod:NewSpecialWarningStack(373793, nil, 1, nil, nil, 1
local timerCombatStart = mod:NewCombatTimer(20)
local timerNextFreezing = mod:NewCDTimer(6, 373795, nil, "Tank", nil, 3)
local timerColdCast = mod:NewCastTimer(7, 373798, nil, nil, nil, 3, nil, DBM_COMMON_L.DEADLY_ICON)
local timerCold = mod:NewCDTimer(20, 373796, nil, "SpellCaster", nil, 4, nil, DBM_COMMON_L.DEADLY_ICON, nil, 1)
local timerCold = mod:NewCDTimer(10, 373796, nil, "SpellCaster", nil, 4, nil, DBM_COMMON_L.DEADLY_ICON, nil, 1)
local StageTimer = mod:NewPhaseTimer(120, nil, "Скоро Фаза: %s", nil, nil, 4)

local FreezBuff = DBM:GetSpellInfoNew(373795)
Expand Down

0 comments on commit 2628299

Please sign in to comment.