1
0
Fork 0

fixed a typo and accidental find-replace mishap

This commit is contained in:
pigmonkey 2011-05-30 18:30:56 -04:00
parent a237d9c06b
commit da6316ea52
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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",