mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[0076] Some Cleans and highest lookup entries for 4.3.4 DB2.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
c032f556bf
commit
7a29bce931
13 changed files with 15 additions and 15 deletions
|
|
@ -123,9 +123,9 @@ void LoadDB2Stores(const std::string& dataPath)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
// Check loaded DBC files proper version
|
||||
if (!sItemStore.LookupEntry(68815) || // last client known item added in 4.2.0
|
||||
!sItemExtendedCostStore.LookupEntry(3652)) // last item extended cost added in 4.2.0
|
||||
// Check loaded DB2 files proper version
|
||||
if (!sItemStore.LookupEntry(83086) || // last item added in 4.3.4 (15595)
|
||||
!sItemExtendedCostStore.LookupEntry(3872) ) // last item extended cost added in 4.3.4 (15595)
|
||||
{
|
||||
sLog.outString("");
|
||||
sLog.outError("Please extract correct db2 files from build %s", AcceptableClientBuildsListStr().c_str());
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0075"
|
||||
#define REVISION_NR "0076"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue