Fix Build

This commit is contained in:
Hondacrx
2024-11-10 13:50:52 -05:00
parent d9f90b014b
commit 3db6dcaf2f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ namespace Scripts.Spells.Priest
break;
case SpellIds.PowerWordRadiance:
// Power Word: Radiance applies Atonement at 60 % (without modifiers) of its total duration.
args.AddSpellMod(SpellValueMod.DurationPct, GetEffectInfo(3).CalcValue(caster));
args.AddSpellMod(SpellValueModFloat.DurationPct, GetEffectInfo(3).CalcValue(caster));
break;
default:
break;