This commit is contained in:
2024-10-20 16:57:29 +02:00
parent 863eebdcaf
commit 03b0c8f74b
3 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,5 @@ aura_env.FileFriends = function()
["status"] = status, ["status"] = status,
}) })
end end
DevTools_Dump(info)
WeakAurasSaved.Cyka.Friends[now] = info WeakAurasSaved.Cyka.Friends[now] = info
end end

View File

@@ -4,7 +4,7 @@ aura_env.separator = "ž"
aura_env.addonprefix = "STINKY_DETECTOR" aura_env.addonprefix = "STINKY_DETECTOR"
RegisterAddonMessagePrefix(aura_env.addonprefix) RegisterAddonMessagePrefix(aura_env.addonprefix)
---@param string string ---@param input string
---@param deliminer string ---@param deliminer string
---@return string[], string|nil ---@return string[], string|nil
local function StrSplit(input, deliminer) local function StrSplit(input, deliminer)

View File

@@ -21,6 +21,7 @@ function(allstates)
else else
if allstates[k] then if allstates[k] then
allstates[k].ago = string.format("%6.1fs", ago) allstates[k].ago = string.format("%6.1fs", ago)
allstates[k].name = v:ToString()
allstates[k].changed = true allstates[k].changed = true
else else
allstates[k] = { allstates[k] = {