You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7.36 Added new types for specific entities under CDOTABaseAbility: These are HeroFacetKey_t and BloodType
This currently causes an error when running mantaparser.Start() where it will error out with "unable to find existing entity [random integer]" using the clarity analyser I found that this random integer always corresponds with the entity classname CDOTABaseAbility. The only thing that has changed in this entity is the addition of HeroFacetKey_t and BloodType
The text was updated successfully, but these errors were encountered:
7.36 Added new types for specific entities under CDOTABaseAbility: These are
HeroFacetKey_t
andBloodType
This currently causes an error when running
mantaparser.Start()
where it will error out with "unable to find existing entity [random integer]" using the clarity analyser I found that this random integer always corresponds with the entity classname CDOTABaseAbility. The only thing that has changed in this entity is the addition ofHeroFacetKey_t
andBloodType
The text was updated successfully, but these errors were encountered: