This commit is contained in:
tercio
2014-06-14 03:17:22 -03:00
parent 1bf2d2fe8c
commit 98dafdb8fe
6 changed files with 15 additions and 23 deletions
+3 -1
View File
@@ -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
+1 -6
View File
@@ -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