[9170] Impleament DBCs build check at server startup.

* Extractor now include in extarcted DBC dir data file with build info.
* Mangosd use this data for check at startup for main DBC dir and DBC local subdirs intergrity.
* Also updates DBC checks for raw data.

NOTE: You need reextract DBC data by _new_ extractor for correct work mangosd.
This commit is contained in:
VladimirMangos 2010-01-13 11:33:22 +03:00
parent 10de01c6f7
commit 83bd854030
4 changed files with 158 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9169"
#define REVISION_NR "9170"
#endif // __REVISION_NR_H__