aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;