Fix WZ_HEAVENDRIVE skill ratio (#4862)

* Adjusted to account for the default 100.
Thanks to @Latiosu!
This commit is contained in:
Eric Liu 2020-04-30 11:08:56 +10:00 committed by GitHub
parent fe14af9962
commit 331b31d8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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