1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fixed Spellbinder's Hat giving level 1 spells instead of 5.

This commit is contained in:
DjWarmonger 2013-03-02 11:54:02 +00:00
parent 5f4fb22f53
commit cc2391d641

View File

@ -1748,7 +1748,7 @@
{
"bonuses" : [
{
"subtype" : 1,
"subtype" : 5,
"type" : "SPELLS_OF_LEVEL",
"val" : 3,
"valueType" : "BASE_NUMBER"