aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCStores.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-21 22:44:59 -0600
committermegamage <none@none>2009-03-21 22:44:59 -0600
commitb522a34247b1a5c30d918c2f0debca74b1ff4cf9 (patch)
tree4a6c25b59b0ddcf1a6103eccd771c60f13a980e7 /src/shared/Database/DBCStores.h
parent40a03daf823a66e89b4bbcb758545a040542f083 (diff)
[7513] Implement currencies tab work. Also check related item data at server startup. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.h')
-rw-r--r--src/shared/Database/DBCStores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h
index 07ed80571f9..3e8d3280596 100644
--- a/src/shared/Database/DBCStores.h
+++ b/src/shared/Database/DBCStores.h
@@ -150,6 +150,7 @@ extern DBCStorage <CreatureDisplayInfoEntry> sCreatureDisplayInfoStore;
extern DBCStorage <CreatureFamilyEntry> sCreatureFamilyStore;
extern DBCStorage <CreatureSpellDataEntry> sCreatureSpellDataStore;
extern DBCStorage <CreatureTypeEntry> sCreatureTypeStore;
+extern DBCStorage <CurrencyTypesEntry> sCurrencyTypesStore;
extern DBCStorage <DurabilityCostsEntry> sDurabilityCostsStore;
extern DBCStorage <DurabilityQualityEntry> sDurabilityQualityStore;
extern DBCStorage <EmotesTextEntry> sEmotesTextStore;