From 64cb83c5436690aa0196a8036cdb18cbfc16b7b0 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 5 Jun 2020 17:51:07 +0200 Subject: [PATCH] Remove TalentRowData from config.py, also removed a now unneeded forward declaration. --- config.py | 1 - entities/entity.h | 1 - 2 files changed, 2 deletions(-) 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;