fixed a typo and accidental find-replace mishap
This commit is contained in:
parent
a237d9c06b
commit
da6316ea52
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ core:SetDefaultModulePrototype(prototype)
|
|||
core:SetDefaultModuleLibraries("AceConsole-3.0")
|
||||
|
||||
function core:OnInitialize()
|
||||
self.db = LibStub("AceDB-3.0"):New("AllTheLittleThingsDB", defaults, "Default") or {}
|
||||
self.db = LibStub("AceDB-3.0"):New("AllTheLittleThingsDB", defaults, "Default")
|
||||
self:RegisterChatCommand("atlt", "MainSlashHandle")
|
||||
|
||||
LibStub("AceConfigRegistry-3.0"):RegisterOptionsTable("AllTheLittleThings", options)
|
||||
|
|
|
@ -22,7 +22,7 @@ local options = {
|
|||
cauterize = {
|
||||
name = "Cauterize Save",
|
||||
desc = "Tells target when my Cauterize saves me",
|
||||
type = 'text',
|
||||
type = 'input',
|
||||
},
|
||||
armorGlyph = {
|
||||
name = "Alert for unglyphed armor",
|
||||
|
|
Loading…
Reference in a new issue