[7027] Add descriptions to new options.

This commit is contained in:
VladimirMangos 2009-01-05 02:27:24 +03:00
parent 5332b4496d
commit b64211c937
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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__