- Removed Lib HotCorners.
- Rewrite on profile -> skins bridge, now skins are only stored inside the profile. - Fixed issue with healing done player details which wans't showing pets. - Fixed unknown owner pet summon. - New API: _detalhes:ListInstances() return ipairs of current created instances. - New API: instance:GetPosition() return a table with .normal and .solo with .x and .y axis. - New API: instance:GetDisplay() return attribute, sub attribute shown in the instance. - New API: _detalhes.table.copy (t1, t2) copy values from table 't2' to 't1'.
This commit is contained in:
+1
-1
@@ -308,7 +308,6 @@
|
||||
_detalhes:CatchRaidBuffUptime ("BUFF_UPTIME_IN")
|
||||
_detalhes:CatchRaidDebuffUptime ("DEBUFF_UPTIME_IN")
|
||||
_detalhes:UptadeRaidMembersCache()
|
||||
_detalhes:HaveOneCurrentInstance()
|
||||
|
||||
--> hide / alpha / switch in combat
|
||||
for index, instancia in ipairs (_detalhes.tabela_instancias) do
|
||||
@@ -319,6 +318,7 @@
|
||||
end
|
||||
|
||||
_detalhes:SendEvent ("COMBAT_PLAYER_ENTER", nil, _detalhes.tabela_vigente)
|
||||
_detalhes:HaveOneCurrentInstance()
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user