From 5543631c19ed31c51f82467d244cee3c4e275010 Mon Sep 17 00:00:00 2001 From: Henning Koehler Date: Sun, 17 Sep 2017 17:10:31 +1200 Subject: [PATCH] fixed bug with mysticism specialty --- config/skills.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/skills.json b/config/skills.json index 3e9258281..1cc0466a6 100644 --- a/config/skills.json +++ b/config/skills.json @@ -226,7 +226,8 @@ "base" : { "effects" : { "main" : { - "type" : "MANA_REGENERATION", + "subtype" : "skill.mysticism", + "type" : "SECONDARY_SKILL_PREMY", "valueType" : "BASE_NUMBER" } }