- few fixes
This commit is contained in:
@@ -881,6 +881,7 @@ local default_global_data = {
|
||||
savedTimeCaptures = {},
|
||||
lastUpdateWarning = 0,
|
||||
report_where = "SAY",
|
||||
realm_sync = true,
|
||||
--> switch tables
|
||||
switchSaved = {slots = 4, table = {
|
||||
{["atributo"] = 1, ["sub_atributo"] = 1}, --damage done
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user