- Show light of the martyr damage on death log.

- Truncate spell and source name in the death recap window.
This commit is contained in:
Tercio
2018-09-28 19:19:03 -03:00
parent 7b3078ae39
commit 027cdda48c
9 changed files with 238 additions and 58 deletions
+4
View File
@@ -3363,6 +3363,10 @@ do
[127] = {name = STRING_SCHOOL_CHAOS, formated = "|cFFFF1111" .. STRING_SCHOOL_CHAOS .. "|r", hex = "FFFF1111", rgb = {255, 17, 17}, decimals = {1.0000, 0.0667, 0.0667}},
}
_detalhes.OverrideSpellSchool = {
--[196917] = 126, --light of the martyr - from holy to fire
}
function _detalhes:GetSpellSchoolName (school)
return _detalhes.spells_school [school] and _detalhes.spells_school [school].name or ""
end