diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 6d6c928d7..4e1f2692c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -911,6 +911,7 @@ static struct Damage battle_calc_weapon_attack( break; case TF_DOUBLE: //For NPC used skill. + case GS_CHAINACTION: wd.type = 0x08; break; @@ -918,6 +919,7 @@ static struct Damage battle_calc_weapon_attack( case KN_BOWLINGBASH: case MO_BALKYOUNG: case TK_TURNKICK: + case GS_GROUNDDRIFT: wd.blewcount=0; break; |