- Fixed encounter time on title bar text.

This commit is contained in:
Tercio
2015-09-09 17:06:43 -03:00
parent 89f541fc01
commit 45e2b4d918
8 changed files with 92 additions and 15 deletions
+1 -1
View File
@@ -1073,7 +1073,7 @@ function SlashCmdList.DETAILS (msg, editbox)
local instance = _detalhes:GetInstance (lower_instance)
if (instance) then
local func = {_detalhes.OpenRaidHistoryWindow, _detalhes, "Hellfire Citadel", 1800, 15, "DAMAGER", "Rock Lobster", 2, "Keyspell"}
instance:InstanceAlert ("Boss Defeated, Open History! ", {[[Interface\AddOns\Details\images\icons]], 16, 16, false, 434/512, 466/512, 243/512, 273/512}, 40, func)
instance:InstanceAlert ("Boss Defeated, Open History! ", {[[Interface\AddOns\Details\images\icons]], 16, 16, false, 434/512, 466/512, 243/512, 273/512}, 40, func, true)
end
end