[0076] Some Cleans and highest lookup entries for 4.3.4 DB2.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-13 18:34:12 +02:00 committed by Antz
parent c032f556bf
commit 7a29bce931
13 changed files with 15 additions and 15 deletions

View file

@ -123,9 +123,9 @@ void LoadDB2Stores(const std::string& dataPath)
exit(1); exit(1);
} }
// Check loaded DBC files proper version // Check loaded DB2 files proper version
if (!sItemStore.LookupEntry(68815) || // last client known item added in 4.2.0 if (!sItemStore.LookupEntry(83086) || // last item added in 4.3.4 (15595)
!sItemExtendedCostStore.LookupEntry(3652)) // last item extended cost added in 4.2.0 !sItemExtendedCostStore.LookupEntry(3872) ) // last item extended cost added in 4.3.4 (15595)
{ {
sLog.outString(""); sLog.outString("");
sLog.outError("Please extract correct db2 files from build %s", AcceptableClientBuildsListStr().c_str()); sLog.outError("Please extract correct db2 files from build %s", AcceptableClientBuildsListStr().c_str());

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0075" #define REVISION_NR "0076"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__