'n_curado' 'n_dmg' 'c_curado' and 'c_dmg' renamed to 'n_total' and 'c_total'

This commit is contained in:
Tercio Jose
2023-04-10 14:34:16 -03:00
parent 50d848e1d1
commit 4ab2f1241d
12 changed files with 382 additions and 151 deletions
+2 -2
View File
@@ -132,9 +132,9 @@ local spellTable_FieldsToSum = {
["c_amt"] = true,
["c_min"] = true,
["c_max"] = true,
["c_dmg"] = true,
["c_total"] = true,
["n_amt"] = true,
["n_dmg"] = true,
["n_total"] = true,
["n_min"] = true,
["n_max"] = true,
["successful_casted"] = true,