Fix WZ_HEAVENDRIVE skill ratio (#4862)
* Adjusted to account for the default 100. Thanks to @Latiosu!
This commit is contained in:
parent
fe14af9962
commit
331b31d8cf
@ -6240,7 +6240,7 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list
|
|||||||
break;
|
break;
|
||||||
#ifdef RENEWAL
|
#ifdef RENEWAL
|
||||||
case WZ_HEAVENDRIVE:
|
case WZ_HEAVENDRIVE:
|
||||||
skillratio += 125;
|
skillratio += 25;
|
||||||
break;
|
break;
|
||||||
case WZ_METEOR:
|
case WZ_METEOR:
|
||||||
skillratio += 25;
|
skillratio += 25;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user