mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
Core/DataStores: Fixed build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user