Sorry for not making this an actual PR, I'm too lazy to log into my real github account
in DandersFrames\AuraDesigner\Config.lua there's a spell called "HolyArmaments" that only works for Sacred Weapon, should be replaced with Sacred Weapon/Holy Bulwark
Here's the diff, also attached the full locally modified source if someone wants to make a diff off that
[DandersFrames.zip](https://github.com/user-attachments/files/26697018/DandersFrames.zip)
HolyPaladin = {
auras = {
BlessingOfProtection = { signature = "1:1:1:1" },
SacredWeapon = { signature = "0:1:0:0" },
HolyBulwark = { signature = "0:1:0:0" },
BlessingOfSacrifice = { signature = "1:1:1:0" },
BlessingOfFreedom = { signature = "1:0:0:1" },
Dawnlight = { signature = "0:1:0:0" },
},
casts = {
[1022] = { "BlessingOfProtection" },
[432472] = { "SacredWeapon" },
[432459] = { "HolyBulwark" },
[6940] = { "BlessingOfSacrifice" },
},
HolyPaladin = {
BeaconOfFaith = 156910, EternalFlame = 156322, BeaconOfLight = 53563,
BeaconOfTheSavior = 1244893, BeaconOfVirtue = 200025,
BlessingOfProtection = 1022, SacredWeapon = 432502,
HolyBulwark = 432496, BlessingOfSacrifice = 6940,
Dawnlight = 431381,
},
HolyPaladin = {
auras = {
BlessingOfProtection = { signature = "1:1:1:1" },
SacredWeapon = { signature = "0:1:0:0" },
HolyBulwark = { signature = "0:1:0:0" },
BlessingOfSacrifice = { signature = "1:1:1:0" },
BlessingOfFreedom = { signature = "1:0:0:1" },
Dawnlight = { signature = "0:1:0:0" },
},
casts = {
[1022] = { "BlessingOfProtection" },
[432472] = { "SacredWeapon" },
[432459] = { "HolyBulwark" },
[6940] = { "BlessingOfSacrifice" },
},
},
HolyPaladin = {
{ name = "BeaconOfFaith", display = "Beacon of Faith", color = {1.00, 0.84, 0.28} },
{ name = "EternalFlame", display = "Eternal Flame", color = {1.00, 0.60, 0.28} },
{ name = "BeaconOfLight", display = "Beacon of Light", color = {1.00, 0.93, 0.47} },
{ name = "BeaconOfVirtue", display = "Beacon of Virtue", color = {1.00, 0.88, 0.37}, secret = false },
{ name = "BeaconOfTheSavior", display = "Beacon of the Savior", color = {0.93, 0.80, 0.47} },
{ name = "BlessingOfProtection", display = "Blessing of Protection", color = {0.94, 0.82, 0.31}, secret = true },
{ name = "HolyBulwark", display = "Holy Bulwark", color = {0.81, 0.58, 0.93}, secret = true },
{ name = "SacredWeapon", display = "Sacred Weapon", color = {0.81, 0.58, 0.93}, secret = true },
{ name = "BlessingOfSacrifice", display = "Blessing of Sacrifice", color = {0.94, 0.50, 0.50}, secret = true },
{ name = "BlessingOfFreedom", display = "Blessing of Freedom", color = {0.56, 0.93, 0.56}, secret = true },
{ name = "Dawnlight", display = "Dawnlight", color = {1.00, 0.84, 0.28}, secret = true },
},
Sorry for not making this an actual PR, I'm too lazy to log into my real github account
in DandersFrames\AuraDesigner\Config.lua there's a spell called "HolyArmaments" that only works for Sacred Weapon, should be replaced with Sacred Weapon/Holy Bulwark
Here's the diff, also attached the full locally modified source if someone wants to make a diff off that