1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

fixed bug with mysticism specialty

This commit is contained in:
Henning Koehler 2017-09-17 17:10:31 +12:00
parent f9a8cb2876
commit 5543631c19

View File

@ -226,7 +226,8 @@
"base" : { "base" : {
"effects" : { "effects" : {
"main" : { "main" : {
"type" : "MANA_REGENERATION", "subtype" : "skill.mysticism",
"type" : "SECONDARY_SKILL_PREMY",
"valueType" : "BASE_NUMBER" "valueType" : "BASE_NUMBER"
} }
} }