summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-17 02:49:22 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-17 02:49:22 +0000
commit8314f662e97a867e1d756db2f5e5da0a8d1890d5 (patch)
tree2ee37eb5bd98623d4f4d9159936b961fe25e1896 /src/map/battle.c
parentfbd51f951c20db0b1e4ecf96ef8f2415defacc89 (diff)
downloadhercules-8314f662e97a867e1d756db2f5e5da0a8d1890d5.tar.gz
hercules-8314f662e97a867e1d756db2f5e5da0a8d1890d5.tar.bz2
hercules-8314f662e97a867e1d756db2f5e5da0a8d1890d5.tar.xz
hercules-8314f662e97a867e1d756db2f5e5da0a8d1890d5.zip
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
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c5
1 files changed, 0 insertions, 5 deletions
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;