- Activity time now has only 3 seconds inactivity tolerance on battlegrounds and arenas.

- Effective time will automatically be used when inside a battleground and using sync from the score board.
- Added 'hide all' option on the minimap menu.
This commit is contained in:
Tercio
2015-05-30 17:28:10 -03:00
parent 1113bfe3d2
commit 4f6f24ea04
9 changed files with 136 additions and 45 deletions
+4
View File
@@ -495,6 +495,10 @@
self._ActorTable [size] = novo_objeto --> grava na tabela de indexes
self._NameIndexTable [nome] = size --> grava no hash map o index deste jogador
if (_detalhes.is_in_battleground or _detalhes.is_in_arena) then
novo_objeto.pvp = true
end
return novo_objeto, dono_do_pet, nome
else
return nil, nil, nil