diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index eade2f167..a6e6d64ab 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2156,6 +2156,7 @@ struct Damage battle_calc_magic_attack( switch(skill_num) { case MG_FIREWALL: + case NJ_KAENSIN: ad.dmotion = 0; //No flinch animation. if(mflag) //mflag has a value when it was checked against an undead in skill.c [Skotlex] ad.blewcount = 0; //No knockback |