From 47442073fc3603f74d45b534b17d8a45ab3a755c Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Thu, 25 Feb 2010 01:53:06 +0300 Subject: [PATCH] [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 --- src/mangosd/mangosd.conf.dist.in | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 8cfc258fa..ec4403bae 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -665,7 +665,7 @@ AllFlightPaths = 0 AlwaysMaxSkillForLevel = 0 ActivateWeather = 1 CastUnstuck = 1 -MaxSpellCastsInChain =10 +MaxSpellCastsInChain = 10 Instance.IgnoreLevel = 0 Instance.IgnoreRaid = 0 Instance.ResetTimeHour = 4 @@ -1159,7 +1159,7 @@ Visibility.Distance.Grey.Object = 10 # Starting Character start gain sickness at spirit resurrection (1 min) # Default: 11 # -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.PvE diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 957edce13..82167f248 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9446" + #define REVISION_NR "9447" #endif // __REVISION_NR_H__