Revised Raid Buff Reminders (#45)
* Update RaidBuffReminder.lua make adjustments to the display of the RBR * Update Auras.lua add relevant options * Update Profile.lua * Update enUS.lua * Update Minimap.lua * Update RaidBuffReminder.lua fix variable typo * match order of options * merge thorns and armor buffs * match the edges of the minimap
This commit is contained in:
committed by
GitHub
parent
849362ae48
commit
716ec59644
@@ -108,7 +108,8 @@ P.general = {
|
||||
position = "RIGHT",
|
||||
font = "Homespun",
|
||||
fontSize = 10,
|
||||
fontOutline = "MONOCHROMEOUTLINE"
|
||||
fontOutline = "MONOCHROMEOUTLINE",
|
||||
wide = true
|
||||
},
|
||||
kittys = false
|
||||
}
|
||||
@@ -4203,4 +4204,4 @@ do -- cooldown stuff
|
||||
|
||||
-- we gonna need this on by default :3
|
||||
P.cooldown.enable = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user