Attempt to fix priest spirit of redemption triggering before some damage taken by the priest

This commit is contained in:
Tercio Jose
2022-12-25 18:59:07 -03:00
parent 6dd148c438
commit 875d2befe3
4 changed files with 60 additions and 10 deletions
+9
View File
@@ -182,6 +182,15 @@ function Details:OpenClassColorsConfig()
name = "Debuff",
desc = "Debuff",
},
{--buff
type = "select",
get = function() return Details.death_log_colors.buff end,
values = function()
return buildColorList("buff")
end,
name = "Buff",
desc = "Buff",
},
}
--templates