WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 142 → Rev 141

NeedyGreedy.lua
442,8 → 442,8
bgColor = GameTooltip:GetBackdrop(),
borderColor = {GameTooltip:GetBackdropBorderColor()},
playSoundOnAward = false,
soundFile = LSM:Fetch("sound", value),
soundName = "None",
soundFile = nil,
soundName = LSM:Fetch("sound", value),
}
}
 
708,11 → 708,6
 
-- 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()