- fixed some problems with buff uptime data save on logout.

- avoidance now works only with players.
This commit is contained in:
Tercio
2013-10-25 16:34:05 -02:00
parent 66e7963af4
commit ae007953e5
17 changed files with 112 additions and 22 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ function _detalhes.refresh:r_combate (tabela_combate, shadow)
end
function _detalhes.clear:c_combate (tabela_combate)
tabela_combate.__index = {}
--tabela_combate.__index = {}
tabela_combate.__index = nil
tabela_combate.__call = {}
tabela_combate._combat_table = nil
tabela_combate.shadow = nil