From a78d26b1033351c5caa90cdb82e435ad602b8637 Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Fri, 29 May 2020 16:00:36 -0300 Subject: [PATCH] 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) --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 29fd68f..6706478 100644 --- a/config.php +++ b/config.php @@ -446,7 +446,7 @@ 'base' => array( 'level' => 8, 'health' => 185, - 'mana' => 40, + 'mana' => 90, 'cap' => 470, 'soul' => 100 ),