diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index a8ba51b69..df6b7866e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -26,7 +26,6 @@ #include <string.h> #include <math.h> - int attr_fix_table[4][ELE_MAX][ELE_MAX]; struct Battle_Config battle_config; @@ -1390,6 +1389,7 @@ static struct Damage battle_calc_weapon_attack( case NPC_ICEBREATH: case NPC_THUNDERBREATH: case NPC_HELLJUDGEMENT: + case NPC_PULSESTRIKE: skillratio += 100*(skill_lv-1); break; case RG_BACKSTAP: |