Skip to content

Commit 1dfe443

Browse files
committed
Fix reported lua error on council of elders
1 parent f5767e4 commit 1dfe443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DBM-Raids-MoP/ThroneofThunder/CouncilofElders.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local Kazrajin = DBM:EJ_GetSectionInfo(7048)
2929
--All
3030
local warnPossessed = mod:NewStackAnnounce(136442, 2, nil, nil, "warnPossessed")
3131

32-
local specWarnPossessed = mod:NewSpecialWarning("specWarnPossessed", nil, nil, 1, 2)
32+
local specWarnPossessed = mod:NewSpecialWarning("specWarnPossessed", nil, nil, nil, 1, 2)
3333
local specWarnDarkPower = mod:NewSpecialWarningCount(136507, nil, nil, nil, 2, 2)
3434
local specWarnSoulFragment = mod:NewSpecialWarningYou(137641, nil, nil, nil, 1, 17)
3535

0 commit comments

Comments
 (0)