Reorder talent and range lines
Scott Sibley [09-16-10 - 07:20]
Reorder talent and range lines
diff --git a/Modules/UnitTooltip.lua b/Modules/UnitTooltip.lua
index f2df40f..ec4b750 100644
--- a/Modules/UnitTooltip.lua
+++ b/Modules/UnitTooltip.lua
@@ -322,6 +322,16 @@ end
update = 1000
},
[17] = {
+ name = "Talents",
+ left = "return 'Talents:'",
+ right = [[
+return SpecText(unit)
+]],
+ rightUpdating = true,
+ enabled = true,
+ update = 1000
+ },
+ [18] = {
name = "Range",
left = [[
local min, max = RangeCheck:GetRange(unit)
@@ -337,16 +347,6 @@ end
enabled = true,
update = 1000
},
- [18] = {
- name = "Talents",
- left = "return 'Talents:'",
- right = [[
-return SpecText(unit)
-]],
- rightUpdating = true,
- enabled = true,
- update = 1000
- }
}
local options = {}