Changeset 39 for trunk/src/shared/Database
- Timestamp:
- 11/19/08 13:26:44 (17 years ago)
- Location:
- trunk/src/shared/Database
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/Database/DBCStructure.h
r37 r39 148 148 // 4, unused 149 149 //char* name[16]; // 5-20 unused 150 char* name[16]; // 5-20 unused 150 151 // 21 string flag, unused 151 152 //char* string1[16]; // 21-36 unused -
trunk/src/shared/Database/DBCfmt.cpp
r37 r39 24 24 const char ChatChannelsEntryfmt[]="iixssssssssssssssssxxxxxxxxxxxxxxxxxx"; 25 25 // ChatChannelsEntryfmt, index not used (more compact store) 26 const char ChrClassesEntryfmt[]="nxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 26 //const char ChrClassesEntryfmt[]="nxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 27 const char ChrClassesEntryfmt[]="nxixssssssssssssssssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 27 28 const char ChrRacesEntryfmt[]="nxixiixxixxxxissssssssssssssssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; 28 29 const char CreatureDisplayInfofmt[]="nxxxfxxxxxxxxx";