WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 198 to Rev 197
    Reverse comparison

Rev 198 → Rev 197

NeedyGreedy.toc
1,7 → 1,7
## Interface: 40300
## Title: NeedyGreedy
## Notes: Displays who has rolled need/greed/pass on what loot items
## Version: 1.9.2
## Version: 1.9.3beta
## Author: lokyst, Marco
## SavedVariables: NeedyGreedyDB
## OptionalDeps:
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()