diff options
author | megamage <none@none> | 2009-02-15 11:58:27 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-15 11:58:27 -0600 |
commit | 97ac3aba05cfc56c6c8a7c5dbfb7071b02239181 (patch) | |
tree | 283dc5898154b7b1654e193657d32ea1f94bdfcf /src/shared/Database/DBCStores.h | |
parent | 419b74952002c0605ca829227f55a6354d8bd1c8 (diff) |
Implemented limit category check for item/gem at equip or gem inserting. Author: VladimirMangos
--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 6aec6db3bed..4a67164a773 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -172,6 +172,7 @@ extern DBCStorage <GtRegenMPPerSptEntry> sGtRegenMPPerSptStore; extern DBCStorage <ItemEntry> sItemStore; //extern DBCStorage <ItemDisplayInfoEntry> sItemDisplayInfoStore; -- not used currently extern DBCStorage <ItemExtendedCostEntry> sItemExtendedCostStore; +extern DBCStorage <ItemLimitCategoryEntry> sItemLimitCategoryStore; extern DBCStorage <ItemRandomPropertiesEntry> sItemRandomPropertiesStore; extern DBCStorage <ItemRandomSuffixEntry> sItemRandomSuffixStore; extern DBCStorage <ItemSetEntry> sItemSetStore; |