v2.1.0: fixed thrown weapons not working with new combo strike system

This commit is contained in:
Evan Debenham
2023-05-24 12:29:29 -04:00
parent 2c71014c15
commit 3d0423a545

View File

@@ -458,7 +458,7 @@ public class Hero extends Char {
}
if (hit && heroClass == HeroClass.DUELIST && wasEnemy){
Buff.append( this, Sai.ComboStrikeTracker.class).addHit();
Buff.affect( this, Sai.ComboStrikeTracker.class).addHit();
}
return hit;