File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/SourceSchemaParser/DOTA2 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ internal class DotaHeroSchemaItem
144144 [ JsonProperty ( "AttackRate" ) ]
145145 public double AttackRate { get ; set ; }
146146
147- [ JsonProperty ( "AttackAnimationPouint " ) ]
148- public double AttackAnimationPouint { get ; set ; }
147+ [ JsonProperty ( "AttackAnimationPoint " ) ]
148+ public double AttackAnimationPoint { get ; set ; }
149149
150150 [ JsonProperty ( "AttackAcquisitionRange" ) ]
151151 public uint AttackAcquisitionRange { get ; set ; }
@@ -168,11 +168,11 @@ internal class DotaHeroSchemaItem
168168 [ JsonProperty ( "AttributeStrengthGain" ) ]
169169 public double AttributeStrengthGain { get ; set ; }
170170
171- [ JsonProperty ( "AttributeBaseuintelligence " ) ]
172- public uint AttributeBaseuintelligence { get ; set ; }
171+ [ JsonProperty ( "AttributeBaseIntelligence " ) ]
172+ public uint AttributeBaseIntelligence { get ; set ; }
173173
174- [ JsonProperty ( "AttributeuintelligenceGain " ) ]
175- public double AttributeuintelligenceGain { get ; set ; }
174+ [ JsonProperty ( "AttributeIntelligenceGain " ) ]
175+ public double AttributeIntelligenceGain { get ; set ; }
176176
177177 [ JsonProperty ( "AttributeBaseAgility" ) ]
178178 public uint AttributeBaseAgility { get ; set ; }
You can’t perform that action at this time.
0 commit comments