mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-15 02:34:55 +02:00
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:
@@ -446,7 +446,7 @@
|
|||||||
'base' => array(
|
'base' => array(
|
||||||
'level' => 8,
|
'level' => 8,
|
||||||
'health' => 185,
|
'health' => 185,
|
||||||
'mana' => 40,
|
'mana' => 90,
|
||||||
'cap' => 470,
|
'cap' => 470,
|
||||||
'soul' => 100
|
'soul' => 100
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user