WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 196 → Rev 194

NeedyGreedy.lua
489,7 → 489,6
soundName = "None",
debugStatus = false,
maxDebugEvents = 100,
eventLog = {},
}
}
 
765,13 → 764,6
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()