WoWInterface SVN MyThreat

Compare Revisions

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

Rev 34 → Rev 35

MyThreat/MyThreat.lua
35,8 → 35,8
name = 'Absolute threat value',
desc = 'The absolute threat difference for red alert warning.',
min = 0,
max = 50000,
step = 500,
max = 200000,
step = 5000,
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 = 50000,
step = 500,
max = 200000,
step = 5000,
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 = 50000,
step = 500,
max = 200000,
step = 5000,
isPercent = false,
get = function()
return MyThreat.db.profile.yellow.absolute;