From dcbe0552c0ebc13ae2a54843dd889c4c1462528d Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 20 Aug 2007 19:02:01 +0000 Subject: - Oops, forgot to add the Pulse Strike damage modifier. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11055 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.c') 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 #include - 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: -- cgit v1.2.3-70-g09d2