Attempt to fix priest spirit of redemption triggering before some damage taken by the priest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user