mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
fix for #1779
"val" of SPELLCASTER bonus = spell level. Set it to expert for archangel.
This commit is contained in:
@@ -338,7 +338,8 @@
|
||||
"resurrects" :
|
||||
{
|
||||
"type" : "SPELLCASTER",
|
||||
"subtype" : "spell.resurrection"
|
||||
"subtype" : "spell.resurrection",
|
||||
"val" : 3
|
||||
},
|
||||
"spellpoints" :
|
||||
{
|
||||
|
Reference in New Issue
Block a user