diff options
| author | megamage <none@none> | 2009-01-02 11:03:43 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-02 11:03:43 -0600 |
| commit | 1e4381f7b1ad0127257dc858ce300ded444e2664 (patch) | |
| tree | 3e969945e05665916eded128ca5338efab9b812a /src/shared/Database/DBCStores.h | |
| parent | 3deefb9f00201033728d4467180d8ba9aa265a20 (diff) | |
*Update to Mangos 7006.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.h')
| -rw-r--r-- | src/shared/Database/DBCStores.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index 8f53fef84ef..66c55942975 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -135,6 +135,7 @@ class DBCStorage extern DBCStorage <AchievementEntry> sAchievementStore; extern DBCStorage <AchievementCriteriaEntry> sAchievementCriteriaStore; extern DBCStorage <AreaTableEntry> sAreaStore;// recommend access using functions +extern DBCStorage <AreaGroupEntry> sAreaGroupStore; extern DBCStorage <AreaTriggerEntry> sAreaTriggerStore; extern DBCStorage <BankBagSlotPricesEntry> sBankBagSlotPricesStore; extern DBCStorage <BarberShopStyleEntry> sBarberShopStyleStore; |
