Fixed Fire Ball renewal damage (bugreport:5991)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16280 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ignizh 2012-06-12 22:08:36 +00:00
parent 6261742ed4
commit 2756f408ed

View File

@ -3256,8 +3256,9 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list
switch(skill_num){
case MG_NAPALMBEAT:
case MG_FIREBALL:
skillratio += skill_lv*10-30;
case MG_FIREBALL:
skillratio += 20*skill_lv;
break;
case MG_SOULSTRIKE:
if (battle_check_undead(tstatus->race,tstatus->def_ele))