Eapply: CTypeVersion incremented for sitem and item (because the client don't crash again and i found why )

--HG--
branch : patches-from-atys
hg/hotfix/patches-from-atys
ulukyn 6 years ago
parent 0b970371a3
commit 4beecdc81b

@ -93,14 +93,16 @@ public:
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("creature", 17),
// CTypeVersion("player", 0),
CTypeVersion("fx", 0),
CTypeVersion("building", 2),
CTypeVersion("sitem", 42),
CTypeVersion("item", 42),
CTypeVersion("sitem", 43),
CTypeVersion("item", 43),
CTypeVersion("plant", 5),
CTypeVersion("death_impact", 0),
// CTypeVersion("mission", 0),

Loading…
Cancel
Save