diff --git a/config.py b/config.py index 83a8509..cd8a20d 100644 --- a/config.py +++ b/config.py @@ -44,7 +44,6 @@ def get_doc_classes(): "EntityData", "ItemContainerDataEntry", "ItemContainerData", - "TalentRowData", "VendorItemDataEntry", "VendorItemData", "EntityResourceCostData", diff --git a/entities/entity.h b/entities/entity.h index 50b143d..8ed7bad 100644 --- a/entities/entity.h +++ b/entities/entity.h @@ -71,7 +71,6 @@ class SpellDamageInfo; class SpellHealInfo; class SpellCastInfo; class EntityCreateInfo; -class TalentRowData; class CharacterSpec; class EntitySkill; class ClassProfile;