mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9771] Fixed typos in mangosd.conf comments
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
378c76b1c3
commit
cea7d42971
2 changed files with 3 additions and 3 deletions
|
|
@ -1459,12 +1459,12 @@ SOAP.Port = 7878
|
|||
# the name gets freed up and appears as deleted ingame
|
||||
#
|
||||
# CharDelete.MinLevel
|
||||
# Character gets deleted by CharDelete.Mode=0 when the character
|
||||
# Character gets deleted by CharDelete.Method=0 when the character
|
||||
# hasn't the specified level yet.
|
||||
# Default: 0 - For all characters the specified mode will be used
|
||||
# 1+ - Only for players which have reached the specified level
|
||||
# will be deleted by the specified mode.
|
||||
# the rest will be deleted by CharDelete.Mode=0
|
||||
# the rest will be deleted by CharDelete.Method=0
|
||||
#
|
||||
# CharDelete.KeepDays
|
||||
# Define the amount of days for which the characters are kept in the database before
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9770"
|
||||
#define REVISION_NR "9771"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue