- Fixed several small bugs from 6.2 patch.
- Disabled the special behavior for Tyrant Velhari encounter.
This commit is contained in:
+12
@@ -547,7 +547,19 @@ function _G._detalhes:Start()
|
||||
_detalhes.chat_embed:CheckChatEmbed (true)
|
||||
|
||||
_detalhes.AddOnStartTime = GetTime()
|
||||
|
||||
--[[
|
||||
local a = CreateFrame ("frame")
|
||||
a:RegisterEvent ("PLAYER_REGEN_ENABLED")
|
||||
a:RegisterEvent ("PLAYER_REGEN_DISABLED")
|
||||
a:RegisterEvent ("ENCOUNTER_START")
|
||||
a:RegisterEvent ("ENCOUNTER_END")
|
||||
|
||||
a:SetScript ("OnEvent", function (self, event, ...)
|
||||
print (event)
|
||||
end)
|
||||
--]]
|
||||
|
||||
--[[
|
||||
function _detalhes:TestResize()
|
||||
_detalhes:OpenNewsWindow ("TESTE, |TInterface\\AddOns\\Details\\images\\key_shift:20:40:0:0:64:64:0:64:0:40|t")
|
||||
|
||||
Reference in New Issue
Block a user