|
|
@ -93,14 +93,16 @@ public:
|
|
|
|
CTypeVersion(std::string type, uint version) {Type=type; Version=version;}
|
|
|
|
CTypeVersion(std::string type, uint version) {Type=type; Version=version;}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if you change these values please rebuild the packed_sheets with an updated sheets_packer binary.
|
|
|
|
|
|
|
|
// This is the only way to have correct version in both client and packed_sheets
|
|
|
|
CTypeVersion TypeVersion [] =
|
|
|
|
CTypeVersion TypeVersion [] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
CTypeVersion("creature", 17),
|
|
|
|
CTypeVersion("creature", 17),
|
|
|
|
// CTypeVersion("player", 0),
|
|
|
|
// CTypeVersion("player", 0),
|
|
|
|
CTypeVersion("fx", 0),
|
|
|
|
CTypeVersion("fx", 0),
|
|
|
|
CTypeVersion("building", 2),
|
|
|
|
CTypeVersion("building", 2),
|
|
|
|
CTypeVersion("sitem", 42),
|
|
|
|
CTypeVersion("sitem", 43),
|
|
|
|
CTypeVersion("item", 42),
|
|
|
|
CTypeVersion("item", 43),
|
|
|
|
CTypeVersion("plant", 5),
|
|
|
|
CTypeVersion("plant", 5),
|
|
|
|
CTypeVersion("death_impact", 0),
|
|
|
|
CTypeVersion("death_impact", 0),
|
|
|
|
// CTypeVersion("mission", 0),
|
|
|
|
// CTypeVersion("mission", 0),
|
|
|
|