Der gleiche fix wie in der anderen hpmp.php auch..

main
elfenland 12 years ago
parent 739ea11ed1
commit 679204c69d

@ -10,7 +10,7 @@
if($technick1['type'] == "hpmp") {
//$k_hp[0] = $k_hp[0] + (($k_hp1[1] / 100) * $technick1[hp]);
$tmp_hp[0] = (($k_hp1[1] / 100) * $technick1['hp']);
$tmp_hp[0] = $k_hp[0] + (($k_hp1[1] / 100) * $technick1['hp']);
$k_mp[0] = $k_mp[0] + (($k_mp1[1] / 100) * $technick1['mp']);
//if($k_hp1[1] < $k_hp[0]) { $k_hp[0] = $k_hp1[1]; }

Loading…
Cancel
Save