From 516475153e09e71b51392515539bf60dca06fd92 Mon Sep 17 00:00:00 2001 From: inhyositsu Date: Fri, 27 May 2016 17:41:39 +0800 Subject: Fix SC_TELEKINESIS_INTENSE to add percent MATK instead of fixed MATK --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/battle.c b/src/map/battle.c index 97cc31745..5ca54bf82 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3680,7 +3680,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list if (sc){ if( sc->data[SC_TELEKINESIS_INTENSE] && s_ele == ELE_GHOST ) - ad.damage += sc->data[SC_TELEKINESIS_INTENSE]->val3; + ad.damage += ad.damage * sc->data[SC_TELEKINESIS_INTENSE]->val3 / 100; } switch(skill_id){ case MG_FIREBOLT: -- cgit v1.2.3-70-g09d2