- Fix for the latest commit.

This commit is contained in:
Tercio
2015-05-30 17:42:10 -03:00
parent 4f6f24ea04
commit f771a42cde
6 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@
novo_objeto.isTank = true
end
else
if (_detalhes.pvp_as_group and _detalhes.tabela_vigente.is_pvp and _detalhes.is_in_battleground) then
if (_detalhes.pvp_as_group and (_detalhes.tabela_vigente and _detalhes.tabela_vigente.is_pvp) and _detalhes.is_in_battleground) then
novo_objeto.grupo = true
end
end