Fix Build
This commit is contained in:
@@ -142,7 +142,7 @@ namespace Scripts.Spells.Evoker
|
||||
GetCaster().CastSpell(GetCaster(), (uint)SpellIds.FireBreathDamage, new CastSpellExtraArgs()
|
||||
.SetTriggeringSpell(GetSpell())
|
||||
.SetTriggerFlags(TriggerCastFlags.IgnoreCastInProgress | TriggerCastFlags.DontReportCastError)
|
||||
.AddSpellMod(SpellValueMod.DurationPct, 100 * dotTicks)
|
||||
.AddSpellMod(SpellValueModFloat.DurationPct, 100 * dotTicks)
|
||||
.SetCustomArg(completedStageCount));
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user