WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 141 to Rev 142
    Reverse comparison

Rev 141 → Rev 142

NeedyGreedy.lua
442,8 → 442,8
bgColor = GameTooltip:GetBackdrop(),
borderColor = {GameTooltip:GetBackdropBorderColor()},
playSoundOnAward = false,
soundFile = nil,
soundName = LSM:Fetch("sound", value),
soundFile = LSM:Fetch("sound", value),
soundName = "None",
}
}
 
708,6 → 708,11
 
-- Register the minimap icon
ngDBIcon:Register("NeedyGreedy", NeedyGreedyLDB, self.db.profile.minimap)
 
-- Register some sounds
LSM:Register("sound", "Bells", [[Sound\Spells\ShaysBell.wav]])
LSM:Register("sound", "Cheer", [[Sound\Event Sounds\OgreEventCheerUnique.wav]])
 
end
 
function NeedyGreedy:OnEnable()