missed this in the merge

This commit is contained in:
solar 2025-09-05 03:06:18 +01:00
parent 900fe236c1
commit cfd9ac511d

View File

@ -742,6 +742,7 @@ void Mob::ApplyAABonuses(const AA::Rank &rank, StatBonuses *newbon)
case SpellEffect::TwoHandBash: case SpellEffect::TwoHandBash:
break; break;
case SpellEffect::SetBreathLevel: case SpellEffect::SetBreathLevel:
newbon->BreathLevel += base_value;
break; break;
case SpellEffect::RaiseStatCap: case SpellEffect::RaiseStatCap:
switch (limit_value) { switch (limit_value) {