Browse Source

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

DjWarmonger 12 years ago
parent
commit
cc2391d641
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/artifacts.json

+ 1 - 1
config/artifacts.json

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