58 lines
1.3 KiB
Lua
Raw Permalink Normal View History

2023-05-09 22:28:02 +02:00
StufRaidCharLayoutDB = nil
StufRaidCharDB = {
["dshow"] = "raid",
["bshow"] = "raid",
["dinclude"] = {
},
["balert"] = {
["Shield Wall"] = true,
["Vanish"] = true,
["Pain Suppression"] = true,
["Feign Death"] = true,
["Misdirection"] = true,
["Horde Flag"] = true,
["Netherstorm Flag"] = true,
["Divine Shield"] = true,
["Cheat Death"] = true,
["Raise Ally"] = true,
["Cheating Death"] = true,
["Divine Protection"] = true,
["Cloak of Shadows"] = true,
["Spirit of Redemption"] = true,
["Blessing of Sacrifice"] = true,
["Guardian Spirit"] = true,
["Shadow Sight"] = true,
["Ice Block"] = true,
["Last Stand"] = true,
["Blessing of Protection"] = true,
["Alliance Flag"] = true,
["Berserking"] = true,
["Evasion"] = true,
["Innervate"] = true,
["Fade"] = true,
["Invisibility"] = true,
},
["binclude"] = {
},
["dalert"] = {
["Chains of Kel'Thuzad"] = true,
["Resurrection Sickness"] = true,
["Arcane Breath"] = true,
["Web Wrap"] = true,
["Mortal Strike"] = true,
["Brutal Assault"] = true,
["Icebolt"] = true,
["Frost Blast"] = true,
["Aimed Shot"] = true,
["Mortal Wound"] = true,
["Focused Assault"] = true,
["Cyclone"] = true,
},
["dexclude"] = {
["Mutating Injection"] = true,
},
["bexclude"] = {
},
}