- New API: _detalhes:Msg (text) print a text to chat.
- Fixed a issue with default wallpaper which isn't on Fill align. - Mode selection now are in a new order. - Added a instruction to click to report a death. - Added a 2 second delay before all raid equilize. - Capture dont try any more to get from cloud if the capture is actived. - Fixed a issue with statusbar color selection were it was changing instance color. - Added GameCooltip:SetTitle (1 or 2, text)
This commit is contained in:
+7
-3
@@ -232,7 +232,7 @@
|
||||
end
|
||||
_detalhes.tabela_vigente.enemy = inimigo
|
||||
if (_detalhes.debug) then
|
||||
_detalhes:EqualizeActors()
|
||||
_detalhes:EqualizeActorsSchedule()
|
||||
end
|
||||
else
|
||||
|
||||
@@ -252,10 +252,10 @@
|
||||
end
|
||||
end
|
||||
|
||||
_detalhes:EqualizeActors()
|
||||
_detalhes:EqualizeActorsSchedule()
|
||||
else
|
||||
if (_detalhes.debug) then
|
||||
_detalhes:EqualizeActors()
|
||||
_detalhes:EqualizeActorsSchedule()
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -413,6 +413,10 @@
|
||||
end
|
||||
end
|
||||
|
||||
function _detalhes:EqualizeActorsSchedule()
|
||||
_detalhes:ScheduleTimer ("EqualizeActors", 2)
|
||||
end
|
||||
|
||||
function _detalhes:EqualizeActors()
|
||||
|
||||
local damage, heal, energy, misc = _detalhes:GetAllActors ("current", UnitName ("player"))
|
||||
|
||||
Reference in New Issue
Block a user