- few fixes

This commit is contained in:
tercio
2014-10-01 17:59:55 -03:00
parent 9607a1053e
commit 672499f2fa
4 changed files with 38 additions and 5 deletions
+11
View File
@@ -79,6 +79,17 @@ function SlashCmdList.DETAILS (msg, editbox)
-------- debug ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
elseif (msg == "realmsync") then
_detalhes.realm_sync = not _detalhes.realm_sync
_detalhes:Msg ("Realm Sync: ", _detalhes.realm_sync and "Enabled" or "Disabled")
if (not _detalhes.realm_sync) then
LeaveChannelByName ("Details")
else
_detalhes:CheckChatOnLeaveGroup()
end
elseif (msg == "owner2") then
local tip = CreateFrame('GameTooltip', 'GuardianOwnerTooltip', nil, 'GameTooltipTemplate')