WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 194 to Rev 196
    Reverse comparison

Rev 194 → Rev 196

NeedyGreedy.lua
489,6 → 489,7
soundName = "None",
debugStatus = false,
maxDebugEvents = 100,
eventLog = {},
}
}
 
764,6 → 765,13
LSM:Register("sound", "Bells", [[Sound\Spells\ShaysBell.wav]])
LSM:Register("sound", "Cheer", [[Sound\Event Sounds\OgreEventCheerUnique.wav]])
 
-- Initialize the event log to save to savedvars
EVENT_LOG = self.db.profile.eventLog
self.db.profile.items = {}
items = self.db.profile.items
self.db.profile.nameList = {}
nameList = self.db.profile.nameList
 
end
 
function NeedyGreedy:OnEnable()