summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 78cb1bb15..d7c97e284 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1111,7 +1111,7 @@ static struct Damage battle_calc_weapon_attack(
if (sc && !sc->count)
sc = NULL; //Skip checking as there are no status changes active.
if (tsc && !tsc->count)
- sc = NULL; //Skip checking as there are no status changes active.
+ tsc = NULL; //Skip checking as there are no status changes active.
switch (src->type)
{