Disabled Bindings.xml to avoid taints in 10.0

This commit is contained in:
Tercio Jose
2022-10-20 09:47:48 -03:00
parent 33e6a45f8d
commit a9e858d864
76 changed files with 1200 additions and 1411 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
--lua locals
local _cstr = string.format
local _math_floor = math.floor
local _setmetatable = setmetatable
local setmetatable = setmetatable
local pairs = pairs
local ipairs = ipairs
local _unpack = unpack
@@ -112,7 +112,7 @@ function atributo_heal:NovaTabela (serial, nome, link)
targets_absorbs = {}
}
_setmetatable(_new_healActor, atributo_heal)
setmetatable(_new_healActor, atributo_heal)
return _new_healActor
end
@@ -2915,7 +2915,7 @@ atributo_heal.__sub = function(tabela1, tabela2)
end
function _detalhes.refresh:r_atributo_heal (este_jogador, shadow)
_setmetatable(este_jogador, atributo_heal)
setmetatable(este_jogador, atributo_heal)
este_jogador.__index = atributo_heal
_detalhes.refresh:r_container_habilidades (este_jogador.spells, shadow and shadow.spells)