diff options
author | megamage <none@none> | 2009-04-05 16:58:20 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-05 16:58:20 -0500 |
commit | 24e24d3c023f31f0363e55fda413181ca9f73439 (patch) | |
tree | bbfe929fe9a016848213eae11e60c9c99fb9247c /src/game/DBCStores.h | |
parent | cb3b6e7c773ec8a979f6f08a5d2d60b9602c2bc1 (diff) |
[7616] Implement .debug play cinematic and .debig play movie. Rename .debug playsound to .debug play sound. Author: VladimirMangos
*Note: some conflicts of string.
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStores.h')
-rw-r--r-- | src/game/DBCStores.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/DBCStores.h b/src/game/DBCStores.h index e79cb44a534..c7c7b54608e 100644 --- a/src/game/DBCStores.h +++ b/src/game/DBCStores.h @@ -72,6 +72,7 @@ extern DBCStorage <CharStartOutfitEntry> sCharStartOutfitStore; extern DBCStorage <CharTitlesEntry> sCharTitlesStore; extern DBCStorage <ChrClassesEntry> sChrClassesStore; extern DBCStorage <ChrRacesEntry> sChrRacesStore; +extern DBCStorage <CinematicSequencesEntry> sCinematicSequencesStore; extern DBCStorage <CreatureDisplayInfoEntry> sCreatureDisplayInfoStore; extern DBCStorage <CreatureFamilyEntry> sCreatureFamilyStore; extern DBCStorage <CreatureSpellDataEntry> sCreatureSpellDataStore; @@ -108,6 +109,7 @@ extern DBCStorage <ItemSetEntry> sItemSetStore; extern DBCStorage <LockEntry> sLockStore; extern DBCStorage <MailTemplateEntry> sMailTemplateStore; extern DBCStorage <MapEntry> sMapStore; +extern DBCStorage <MovieEntry> sMovieStore; extern DBCStorage <QuestSortEntry> sQuestSortStore; extern DBCStorage <RandomPropertiesPointsEntry> sRandomPropertiesPointsStore; extern DBCStorage <ScalingStatDistributionEntry> sScalingStatDistributionStore; |