Explorar o código

Fix WZ_HEAVENDRIVE skill ratio (#4862)

* Adjusted to account for the default 100.
Thanks to @Latiosu!
Eric Liu %!s(int64=5) %!d(string=hai) anos
pai
achega
331b31d8cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 #ifdef RENEWAL
 					case WZ_HEAVENDRIVE:
-						skillratio += 125;
+						skillratio += 25;
 						break;
 					case WZ_METEOR:
 						skillratio += 25;