Skip to content

Player class is not saved in cache in between playing sessions #12

Open
@K0lonel

Description

@K0lonel

Disabled all addons except tidyplates/tidyplates_threat, after logout or game restart the cache is wiped.
Inside TidyPlates_ThreatPlates.lua:

ThreatPlatesDB = {
       ["friendlyNameOnly"] = true,
       ["cache"] = {},
       ["friendlyClass"] = true,
       ["cacheClass"] = true
}

Inside TidyPlates.lua:

TidyPlatesData = {
	["Friends"] = {
	},
	["UnitDescriptions"] = {
	},
	["Guild"] = {
	},
	["CachedAuraDurations"] = {
	},
	["UnitClass"] = {
	},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions