aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-08-14 01:38:25 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-08-14 01:38:25 +0200
commit0bd6a5d4e5d9925ed534f80579cb957dcd566b55 (patch)
tree48b66ded5f8fdf80ea16fdd1fa47bb1101372913
parent48135aca3a9b5fc475fc497093abc9345fa23114 (diff)
Core/DataStores: Fixed build
-rw-r--r--src/server/game/DataStores/DB2Stores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/DataStores/DB2Stores.h b/src/server/game/DataStores/DB2Stores.h
index aaf0b35c109..f5aff6432a7 100644
--- a/src/server/game/DataStores/DB2Stores.h
+++ b/src/server/game/DataStores/DB2Stores.h
@@ -86,6 +86,7 @@ TC_GAME_API extern DB2Storage<ImportPriceArmorEntry> sImportPrice
TC_GAME_API extern DB2Storage<ImportPriceQualityEntry> sImportPriceQualityStore;
TC_GAME_API extern DB2Storage<ImportPriceShieldEntry> sImportPriceShieldStore;
TC_GAME_API extern DB2Storage<ImportPriceWeaponEntry> sImportPriceWeaponStore;
+TC_GAME_API extern DB2Storage<ItemAppearanceEntry> sItemAppearanceStore;
TC_GAME_API extern DB2Storage<ItemArmorQualityEntry> sItemArmorQualityStore;
TC_GAME_API extern DB2Storage<ItemArmorShieldEntry> sItemArmorShieldStore;
TC_GAME_API extern DB2Storage<ItemArmorTotalEntry> sItemArmorTotalStore;