Shaladownlands Launch

This commit is contained in:
Tercio Jose
2020-11-23 17:03:08 -03:00
parent 3d5095bd2c
commit ea9ad32a7f
18 changed files with 375 additions and 88 deletions
+4 -1
View File
@@ -4708,7 +4708,10 @@ function atributo_damage:MontaDetalhesDamageDone (spellid, barra, instancia)
table.wipe (data)
--> GERAL
local media = esta_magia.total/total_hits
local media = 0
if (total_hits > 0) then
media = esta_magia.total/total_hits
end
local this_dps = nil
if (esta_magia.counter > esta_magia.c_amt) then