Skip to content

Commit f64f1a6

Browse files
committed
fix CI
1 parent 7b26611 commit f64f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wizardry/Core/ComboAttack/Source/battle-order-combo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ STATIC_DECLAR bool BattleComboGenerateHit(void)
5757
if (ComboCheckBattleInori(unit)) {
5858
gBattleStats.damage = gBattleStats.damage - 1;
5959
gBattleHitIterator->hpChange = gBattleStats.damage;
60-
defender->unit.curHP = 1;
60+
gBattleTarget.unit.curHP = 1;
6161

6262
gBattleHitIterator->info |= BATTLE_HIT_INFO_FINISHES;
6363
gBattleHitIterator++;

0 commit comments

Comments
 (0)