[9623] Fixed typo in mangos.conf comment.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
erickeir 2010-03-26 21:34:28 +03:00 committed by VladimirMangos
parent f56190db12
commit 634fd2a508
2 changed files with 2 additions and 2 deletions

View file

@ -439,7 +439,7 @@ LogColors = ""
#
# MinLevelForHeroicCharacterCreating
# Limit creating heroic characters only for account with another character of specific level (ignored for GM accounts)
# 0 - not require any existed chaarcter
# 0 - not require any existed character
# 1 - require at least any character existed
# Default: 55 - default requirement
#

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9622"
#define REVISION_NR "9623"
#endif // __REVISION_NR_H__