[10292] Fixed typo in mangosd.conf comment.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Janu 2010-07-30 20:23:23 +04:00 committed by VladimirMangos
parent b1cbb1634d
commit 99ac2d43a7
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10291"
#define REVISION_NR "10292"
#endif // __REVISION_NR_H__