Core/Spells: Merge Spell::SetSpellValue overloads
Port From (https://github.com/TrinityCore/TrinityCore/commit/e57b0296d65446e358ead632750c4ae0c5249631)
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Scripts.Spells.Monk
|
||||
calmingCoalescence.GetBase().Remove();
|
||||
}
|
||||
|
||||
GetSpell().SetSpellValue(SpellValueMod.BasePoint0, absorb);
|
||||
GetSpell().SetSpellValue(new((int)SpellValueMod.BasePoint0, absorb));
|
||||
}
|
||||
|
||||
public override void Register()
|
||||
|
||||
Reference in New Issue
Block a user