Skip to content

Commit

Permalink
Merge pull request #5 from EldritchCarMaker/patch-1
Browse files Browse the repository at this point in the history
Fix SealedCreatureAsset not properly saving the template
  • Loading branch information
LeeTwentyThree authored Jan 2, 2024
2 parents 157c27a + 7fd65d1 commit e6faa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECCLibrary/ECCLibrary/Assets/SealedCreatureAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public SealedCreatureAsset(PrefabInfo prefabInfo, CreatureTemplate template, Fun
/// <returns></returns>
protected override CreatureTemplate CreateTemplate()
{
return null;
return Template;
}

/// <summary>
Expand Down

0 comments on commit e6faa39

Please sign in to comment.