1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-25 12:14:46 +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" : [ "bonuses" : [
{ {
"subtype" : 1, "subtype" : 5,
"type" : "SPELLS_OF_LEVEL", "type" : "SPELLS_OF_LEVEL",
"val" : 3, "val" : 3,
"valueType" : "BASE_NUMBER" "valueType" : "BASE_NUMBER"