Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed Stygian Zinogre's and Safi'jiiva's crown presets.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-wilhelm committed Apr 7, 2020
1 parent e006822 commit d6a1a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartHunter/Game/Config/MonsterDataConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public class MonsterDataConfig
new MonsterPartConfig("Part", "LOC_PART_TAIL")
},
1743.49f,
new MonsterCrownConfig(CrownPreset.Alternate)
new MonsterCrownConfig(CrownPreset.Standard)
)
},
{ // true
Expand Down Expand Up @@ -682,7 +682,7 @@ public class MonsterDataConfig
new MonsterPartConfig("Part", "LOC_PART_TAIL"),
},
4799.78f,
new MonsterCrownConfig(CrownPreset.Alternate)
new MonsterCrownConfig(CrownPreset.Standard)
)
},
{ // true
Expand Down

0 comments on commit d6a1a6f

Please sign in to comment.