1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-24 03:47:18 +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" : {
"effects" : {
"main" : {
"type" : "MANA_REGENERATION",
"subtype" : "skill.mysticism",
"type" : "SECONDARY_SKILL_PREMY",
"valueType" : "BASE_NUMBER"
}
}