WoWInterface SVN MyThreat

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 35 to Rev 34
    Reverse comparison

Rev 35 → Rev 34

MyThreat/MyThreat.lua
35,8 → 35,8
name = 'Absolute threat value',
desc = 'The absolute threat difference for red alert warning.',
min = 0,
max = 200000,
step = 5000,
max = 50000,
step = 500,
isPercent = false,
get = function()
return MyThreat.db.profile.red.absolute;
86,8 → 86,8
name = 'Absolute threat value',
desc = 'The absolute threat difference for orange alert warning.',
min = 0,
max = 200000,
step = 5000,
max = 50000,
step = 500,
isPercent = false,
get = function()
return MyThreat.db.profile.orange.absolute;
137,8 → 137,8
name = 'Absolute threat value',
desc = 'The absolute threat difference for yellow alert warning.',
min = 0,
max = 200000,
step = 5000,
max = 50000,
step = 500,
isPercent = false,
get = function()
return MyThreat.db.profile.yellow.absolute;