- Improved specialization detection in order to try detect spec changes.

- Fixed an issue with 'Always Show me' feature where it was showing the player on Enemies display.
This commit is contained in:
Tercio
2015-01-21 14:17:18 -02:00
parent a1e5bcf3ce
commit f37e80eead
5 changed files with 40 additions and 7 deletions
+2 -1
View File
@@ -126,7 +126,8 @@
local have_cached = cached_specs [serial]
if (have_cached) then
novo_objeto.spec = have_cached
_detalhes:ScheduleTimer ("GuessSpec", 15, {novo_objeto, self, 10})
--> check is didn't changed the spec:
_detalhes:ScheduleTimer ("ReGuessSpec", 15, {novo_objeto, self})
else
_detalhes:ScheduleTimer ("GuessSpec", 3, {novo_objeto, self, 1})
end