mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 07:37:02 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -3007,9 +3007,9 @@ enum ActivateTaxiReply
|
|||
|
||||
// we need to stick to 1 version or half of the stuff will work for someone
|
||||
// others will not and opposite
|
||||
// will only support WoW, WoW:TBC and WoW:WotLK 3.3.5a client build 12340...
|
||||
// will only support WoW, WoW:TBC, WoW:WotLK and WoW:Cataclysm 4.3.4 client build 15595...
|
||||
|
||||
#define EXPECTED_MANGOSD_CLIENT_BUILD {12340, 0}
|
||||
#define EXPECTED_MANGOSD_CLIENT_BUILD {15595, 0}
|
||||
|
||||
// max supported expansion level in mangosd
|
||||
// NOTE: not set it more that supported by targeted client version with all expansions installed
|
||||
|
|
|
|||
|
|
@ -940,7 +940,7 @@ void World::SetInitialWorldSettings()
|
|||
{
|
||||
sLog.outError("Correct *.map files not found in path '%smaps' or *.vmtree/*.vmtile files in '%svmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.", m_dataPath.c_str(), m_dataPath.c_str());
|
||||
Log::WaitBeforeContinueIfNeed();
|
||||
//exit(1);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
///- Loading strings. Getting no records means core load has to be canceled because no error message can be output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue