Fix for wrong mana, correct is 90 and not 40 (#406)

In update 10.50 ~~ more or less, the base mana increased by 55 points. (the correct would be 35)
This commit is contained in:
Eduardo Dantas
2020-05-29 16:00:36 -03:00
committed by GitHub
parent bb60bfbf83
commit a78d26b103

View File

@@ -446,7 +446,7 @@
'base' => array(
'level' => 8,
'health' => 185,
'mana' => 40,
'mana' => 90,
'cap' => 470,
'soul' => 100
),