- 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:
@@ -1139,7 +1139,7 @@ function atributo_damage:RefreshWindow (instancia, tabela_do_combate, forcar, ex
|
||||
end
|
||||
|
||||
local myPos
|
||||
local following = instancia.following.enabled
|
||||
local following = instancia.following.enabled and sub_atributo ~= 6
|
||||
|
||||
if (following) then
|
||||
if (using_cache) then
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user