[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

@ -1109,7 +1109,7 @@ GM.AllowAchievementGain = 1
# Visibility.Distance.Grey.Unit # Visibility.Distance.Grey.Unit
# Visibility grey distance for creatures/players (fast changing objects) # Visibility grey distance for creatures/players (fast changing objects)
# addition to appropriate object type Visibility.Distance.* use in case visibility removing to # addition to appropriate object type Visibility.Distance.* use in case visibility removing to
# object (except corpse around distences) If <EFBFBD> is distance and G is grey distance then object # object (except corpse around distences) If D is distance and G is grey distance then object
# make visible if distance to it <= D but make non visible if distance > D+G # make visible if distance to it <= D but make non visible if distance > D+G
# Default: 1 (yard) # Default: 1 (yard)
# #

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 "10282" #define REVISION_NR "10283"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__