From 8314f662e97a867e1d756db2f5e5da0a8d1890d5 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 17 Dec 2011 02:49:22 +0000 Subject: Fixed bug with quest skills duration, shrink, sight blaster, etc), bugreport:5122 dropped unofficial fire ivy support (also it was conflicting with the bug above) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15138 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index c1faed285..ec2dc6dfa 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2765,11 +2765,6 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list case WZ_SIGHTRASHER: skillratio += 20*skill_lv; break; -#if FIREIVY_ON - case WZ_FIREIVY: - skillratio += 20*skill_lv-15; - break; -#endif case WZ_VERMILION: skillratio += 20*skill_lv-20; break; -- cgit v1.2.3-70-g09d2