mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +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(
|
||||
'level' => 8,
|
||||
'health' => 185,
|
||||
'mana' => 40,
|
||||
'mana' => 90,
|
||||
'cap' => 470,
|
||||
'soul' => 100
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user