aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCStores.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-06 19:36:47 -0600
committermegamage <none@none>2009-03-06 19:36:47 -0600
commit417c7c83196aba0c4afdefd75c3edaba91337a88 (patch)
treed60caffa5c8a0094e8cf7e860c9341f14d007a85 /src/shared/Database/DBCStores.h
parent0d53225fdc2b30f1ced3d840d05da6cfbb9a4059 (diff)
[7393] Implement access to client side holiday ids. Author: VladimirMangos
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence * `game_event` now have new `holiday` field for store client side holiday id associated with game event * Added new enum HolidayIds with existed at this moment holiday ids. * New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check. --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 6b5f5990eea..f915a613b71 100644
--- a/src/shared/Database/DBCStores.h
+++ b/src/shared/Database/DBCStores.h
@@ -169,6 +169,7 @@ extern DBCStorage <GtOCTRegenHPEntry> sGtOCTRegenHPStore;
//extern DBCStorage <GtOCTRegenMPEntry> sGtOCTRegenMPStore; -- not used currently
extern DBCStorage <GtRegenHPPerSptEntry> sGtRegenHPPerSptStore;
extern DBCStorage <GtRegenMPPerSptEntry> sGtRegenMPPerSptStore;
+extern DBCStorage <HolidaysEntry> sHolidaysStore;
extern DBCStorage <ItemEntry> sItemStore;
//extern DBCStorage <ItemDisplayInfoEntry> sItemDisplayInfoStore; -- not used currently
extern DBCStorage <ItemExtendedCostEntry> sItemExtendedCostStore;