diff options
Diffstat (limited to 'src/game/DBCStructure.h')
-rw-r--r-- | src/game/DBCStructure.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 98fe0000ed4..fa5036c56d2 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -651,6 +651,27 @@ struct ChrRacesEntry uint32 addon; // 68 (0 - original race, 1 - tbc addon, ...) }; +/* not used +struct CinematicCameraEntry +{ + uint32 id; // 0 index + char* filename; // 1 + uint32 soundid; // 2 in SoundEntries.dbc or 0 + float start_x; // 3 + float start_y; // 4 + float start_z; // 5 + float unk6; // 6 speed? +}; +*/ + +struct CinematicSequencesEntry +{ + uint32 Id; // 0 index + //uint32 unk1; // 1 always 0 + //uint32 cinematicCamera; // 2 id in CinematicCamera.dbc + // 3-9 always 0 +}; + struct CreatureDisplayInfoEntry { uint32 Displayid; // 0 m_ID @@ -1084,6 +1105,13 @@ struct MapEntry } }; +struct MovieEntry +{ + uint32 Id; // 0 index + //char* filename; // 1 + //uint32 unk2; // 2 always 100 +}; + struct QuestSortEntry { uint32 id; // 0 m_ID |