- more file size reduction.

This commit is contained in:
Tercio
2015-05-13 16:16:38 -03:00
parent 9eb02a9c98
commit 61e97981dc
2 changed files with 6 additions and 6 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1865,11 +1865,11 @@ function atributo_heal:MontaDetalhesHealingTaken (nome, barra)
end
end
local absorbed_table = {c = {180/255, 180/255, 180/255, 0.5}, p = 0}
local absorbed_table = {c = {1, 1, 1, 0.5}, p = 0}
local overhealing_table = {c = {0.5, 0.1, 0.1, 0.9}, p = 0}
local normal_table = {c = {255/255, 180/255, 0/255, 0.5}, p = 0}
local multistrike_table = {c = {223/255, 249/255, 45/255, 0.5}, p = 0}
local critical_table = {c = {249/255, 74/255, 45/255, 0.5}, p = 0}
local normal_table = {c = {1, 1, 1, 0.5}, p = 0}
local multistrike_table = {c = {1, 1, 1, 0.5}, p = 0}
local critical_table = {c = {1, 1, 1, 0.5}, p = 0}
local data_table = {}
local t1, t2, t3, t4 = {}, {}, {}, {}