Skip to content

Commit 0764dc4

Browse files
author
Justin Skiles
committed
Fix regression from last commit.
1 parent 5618dad commit 0764dc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/SourceSchemaParser/DOTA2/DotaHeroSchemaItem.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)