diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index ce16f9ff4..a1163b1b7 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -851,8 +851,8 @@ int Being::getHitEffect(const Being *restrict const attacker, int hitEffectId = 0; if (type == AttackType::SKILL || type == AttackType::SKILLMISS) { - const SkillData *restrict const data = skillDialog->getSkillDataByLevel( - attackId, level); + const SkillData *restrict const data = + skillDialog->getSkillDataByLevel(attackId, level); if (!data) return -1; if (type == AttackType::SKILL) |