Fix Heaven's Drive damage (#4835)

* Fixes #4834.
* Fixes Heaven's Drive damage in renewal mode.
Thanks to @Latiosu!
This commit is contained in:
Eric Liu 2020-04-24 11:30:19 +10:00 committed by GitHub
parent b65443d8f5
commit e764fdd4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6233,7 +6233,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list
break;
#ifdef RENEWAL
case WZ_HEAVENDRIVE:
skillratio += -100 + skill_lv * 100 + skill_lv * 25;
skillratio += 125;
break;
case WZ_METEOR:
skillratio += 25;