[BUG]TopStats shouldn't have Vers;Mastery;Haste
Auirwind opened this issue ยท 5 comments
What steps will reproduce the problem?
- 60level TopStats shouldn't have Vers;Mastery;Haste ShestakUI\Config/DataText,There's always these things. about In August,I delete these cote,but every update always has these
Added in 018f98d
Yes, I am aware of this and just haven't yet gotten around to creating stats for Classic yet.
Yes, I am aware of this and just haven't yet gotten around to creating stats for Classic yet.
I deleted some code
-- Top block
Stats = {
anchor_frame = "TopPanel", anchor_to = "center", anchor_from = "center",
x_off = 0, y_off = 6,
},
Bags = {
enabled = C.toppanel.enable,
fmt = class"B: ".."%d/%d",
anchor_frame = "TopPanel", anchor_to = "center", anchor_from = "center",
x_off = -50, y_off = 0,
},
Loot = {
enabled = C.toppanel.enable,
fmt = class"L: ".."%s",
anchor_frame = "Bags", anchor_to = "left", anchor_from = "right",
x_off = 0, y_off = 0,
},
Nameplates = {
enabled = C.toppanel.enable,
fmt = class"N: ".."%s",
anchor_frame = "Loot", anchor_to = "left", anchor_from = "right",
x_off = 0, y_off = 0,
},
If that works for you @Auirwind that's fine, but it's not a long term solution as this addon is intended to be used on both Classic and Retail.
There will need to be some smarts developed around what stats (if any) should be shown if the Classic client is active.
If that works for you @Auirwind that's fine, but it's not a long term solution as this addon is intended to be used on both Classic and Retail.
There will need to be some smarts developed around what stats (if any) should be shown if the Classic client is active.
Like adding a switch?
In Setting options can turn it on/off Retail's item info