We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9b60b commit 0981c41Copy full SHA for 0981c41
1 file changed
src/Modules/ModParser.lua
@@ -428,6 +428,7 @@ local modNameList = {
428
["curse effect"] = "CurseEffect",
429
["effect of curses applied by bane"] = { "CurseEffect", tag = { type = "Condition", var = "AppliedByBane" } },
430
["effect of your marks"] = { "CurseEffect", tag = { type = "SkillType", skillType = SkillType.Mark } },
431
+ ["effect of marks"] = { "CurseEffect", tag = { type = "SkillType", skillType = SkillType.Mark } },
432
["effect of arcane surge on you"] = "ArcaneSurgeEffect",
433
["curse duration"] = { "Duration", keywordFlags = KeywordFlag.Curse },
434
["hex duration"] = { "Duration", tag = { type = "SkillType", skillType = SkillType.Hex } },
0 commit comments