Some missed changes.

This commit is contained in:
hondacrx
2021-06-30 23:36:22 -04:00
parent c168c6b145
commit cc192de659
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1915,7 +1915,7 @@ namespace Game.DataStorage
return _specsBySpecSet.Contains(Tuple.Create(specSetId, specId));
}
bool IsValidSpellFamiliyName(SpellFamilyNames family)
public bool IsValidSpellFamiliyName(SpellFamilyNames family)
{
return _spellFamilyNames.Contains((byte)family);
}