mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[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:
parent
d631895e1c
commit
50fc4b61e1
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue