mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10292] Fixed typo in mangosd.conf comment.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b1cbb1634d
commit
99ac2d43a7
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10291"
|
||||
#define REVISION_NR "10292"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue