Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 15:58:50 +02:00 committed by Antz
parent 7899d26665
commit 1623168094
2 changed files with 6 additions and 6 deletions

View file

@ -738,11 +738,11 @@ void LoadDBCStores(const std::string& dataPath)
}
// Check loaded DBC files proper version
if (!sAreaStore.LookupEntry(4713) || // last area (areaflag) added in 4.3.0a
!sCharTitlesStore.LookupEntry(287) || // last char title added in 4.3.0a
!sGemPropertiesStore.LookupEntry(2250) || // last gem property added in 4.3.0a
!sMapStore.LookupEntry(980) || // last map added in 4.3.0a
!sSpellStore.LookupEntry(110966) ) // last added spell in 4.3.0a
if (!sAreaStore.LookupEntry(4713) || // last area (areaflag) added in 4.3.4
!sCharTitlesStore.LookupEntry(287) || // last char title added in 4.3.4
!sGemPropertiesStore.LookupEntry(2250) || // last gem property added in 4.3.4
!sMapStore.LookupEntry(980) || // last map added in 4.3.4
!sSpellStore.LookupEntry(110966) ) // last added spell in 4.3.4
{
sLog.outError("\nYou have mixed version DBC files. Please re-extract DBC files for one from client build: %s",AcceptableClientBuildsListStr().c_str());
Log::WaitBeforeContinueIfNeed();

View file

@ -522,7 +522,7 @@ LogColors = ""
# MaxPlayerLevel
# Max level that can be reached by a player for experience (in range from 1 to 100).
# Change not recommended
# Default: 80
# Default: 85
#
# StartPlayerLevel
# Staring level that have character at creating (in range 1 to MaxPlayerLevel)