mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7027] Add descriptions to new options.
This commit is contained in:
parent
5332b4496d
commit
b64211c937
2 changed files with 8 additions and 1 deletions
|
|
@ -1133,6 +1133,13 @@ Death.CorpseReclaimDelay.PvE = 1
|
||||||
# in days
|
# in days
|
||||||
# Default: 7 (weekly)
|
# Default: 7 (weekly)
|
||||||
#
|
#
|
||||||
|
# ArenaSeason.ID: current area season id show in client
|
||||||
|
# Default: 1
|
||||||
|
#
|
||||||
|
# ArenaSeason.InProgress: current area season state
|
||||||
|
# Default: 1 (active)
|
||||||
|
# 0 (finished)
|
||||||
|
#
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
|
|
||||||
Arena.MaxRatingDifference = 0
|
Arena.MaxRatingDifference = 0
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7026"
|
#define REVISION_NR "7027"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue