[9447] Typos and missing info in mangosd.conf

Provided by erickeir and unknown author (sorry, lost info about who point me to first typo)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
VladimirMangos 2010-02-25 01:53:06 +03:00
parent 9d6531ae6d
commit 47442073fc
2 changed files with 3 additions and 3 deletions

View file

@ -1159,7 +1159,7 @@ Visibility.Distance.Grey.Object = 10
# Starting Character start gain sickness at spirit resurrection (1 min) # Starting Character start gain sickness at spirit resurrection (1 min)
# Default: 11 # Default: 11
# -10 - character will have full time (10min) sickness at 1 level # -10 - character will have full time (10min) sickness at 1 level
# maxplayerlevel+1 - chaarcter will not have sickess at any level # maxplayerlevel+1 - character will not have sickness at any level
# #
# Death.CorpseReclaimDelay.PvP # Death.CorpseReclaimDelay.PvP
# Death.CorpseReclaimDelay.PvE # Death.CorpseReclaimDelay.PvE

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 "9446" #define REVISION_NR "9447"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__