[10283] Fix some typo in mangosd config file

This typo forces config to be saved as UTF8 in some text editors.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
zergtmn 2010-07-29 00:33:08 +04:00 committed by VladimirMangos
parent d631895e1c
commit 50fc4b61e1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10282"
#define REVISION_NR "10283"
#endif // __REVISION_NR_H__