fixes
This commit is contained in:
@@ -2144,9 +2144,11 @@ function _detalhes:AlteraModo (instancia, qual, from_mode_menu)
|
||||
end
|
||||
|
||||
_detalhes.popup:Select (1, checked)
|
||||
|
||||
if (from_mode_menu) then
|
||||
instancia.baseframe.cabecalho.modo_selecao:GetScript ("OnEnter")(instancia.baseframe.cabecalho.modo_selecao)
|
||||
if (instancia.desaturated_menu) then
|
||||
instancia.baseframe.cabecalho.modo_selecao:GetNormalTexture():SetDesaturated (true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -150,10 +150,7 @@
|
||||
end
|
||||
|
||||
local arena_props = _detalhes.arena_table [nome]
|
||||
if (nome == "Ditador") then
|
||||
print ("Arena Cprops: ", arena_props)
|
||||
end
|
||||
|
||||
|
||||
if (arena_props) then
|
||||
novo_objeto.role = arena_props.role
|
||||
|
||||
@@ -163,8 +160,6 @@
|
||||
novo_objeto.role = role
|
||||
end
|
||||
end
|
||||
|
||||
print ("TEM CPROPS", novo_objeto.role)
|
||||
else
|
||||
local oponentes = GetNumArenaOpponentSpecs()
|
||||
local found = false
|
||||
|
||||
Reference in New Issue
Block a user