Browse Source

Fix WZ_HEAVENDRIVE skill ratio (#4862)

* Adjusted to account for the default 100.
Thanks to @Latiosu!
Eric Liu 5 years ago
parent
commit
331b31d8cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/battle.cpp

+ 1 - 1
src/map/battle.cpp

@@ -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;