mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10899] Remove default value for removed config option SocketSelectTime.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ca095e27a8
commit
fa12f35981
2 changed files with 1 additions and 2 deletions
|
|
@ -185,7 +185,6 @@ PlayerLimit = 100
|
||||||
SaveRespawnTimeImmediately = 1
|
SaveRespawnTimeImmediately = 1
|
||||||
MaxOverspeedPings = 2
|
MaxOverspeedPings = 2
|
||||||
GridUnload = 1
|
GridUnload = 1
|
||||||
SocketSelectTime = 10000
|
|
||||||
GridCleanUpDelay = 300000
|
GridCleanUpDelay = 300000
|
||||||
MapUpdateInterval = 100
|
MapUpdateInterval = 100
|
||||||
ChangeWeatherInterval = 600000
|
ChangeWeatherInterval = 600000
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10898"
|
#define REVISION_NR "10899"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue