mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 19:29:22 +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:
parent
bb60bfbf83
commit
a78d26b103
@ -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
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user