mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
lbf nil error
This commit is contained in:
@@ -26,6 +26,10 @@ V["bags"] = {
|
|||||||
V["auras"] = {
|
V["auras"] = {
|
||||||
["enable"] = true,
|
["enable"] = true,
|
||||||
["disableBlizzard"] = true,
|
["disableBlizzard"] = true,
|
||||||
|
["lbf"] = {
|
||||||
|
enable = false,
|
||||||
|
skin = "Blizzard"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
V["chat"] = {
|
V["chat"] = {
|
||||||
@@ -59,7 +63,11 @@ V["unitframe"] = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
V["actionbar"] = {
|
V["actionbar"] = {
|
||||||
["enable"] = true
|
["enable"] = true,
|
||||||
|
["lbf"] = {
|
||||||
|
enable = false,
|
||||||
|
skin = "Blizzard"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
V["cooldown"] = {
|
V["cooldown"] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user