Core/DataStores: Fixed build

This commit is contained in:
Vincent-Michael
2016-08-14 01:38:25 +02:00
parent 48135aca3a
commit 0bd6a5d4e5

View File

@@ -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;