Fixed indentation

This commit is contained in:
leewalkergm 2018-05-10 19:38:15 +01:00 committed by Antz
parent 1524a1e85d
commit 2748d6f5c6
2 changed files with 10 additions and 11 deletions

View File

@ -5004,7 +5004,6 @@ SpellCastResult Spell::CheckCast(bool strict)
// check lock compatibility
SpellCastResult res = CanOpenLock(SpellEffectIndex(i), lockId, skillId, reqSkillValue, skillValue);
if (res != SPELL_CAST_OK)
{ return res; }