mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10980] Lost config fiel part of prev. commit.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
46fdc3af97
commit
7ca769f031
2 changed files with 6 additions and 9 deletions
|
|
@ -1267,12 +1267,9 @@ Visibility.Distance.Grey.Object = 10
|
||||||
# Default: 1 (enabled)
|
# Default: 1 (enabled)
|
||||||
# 0 (disabled)
|
# 0 (disabled)
|
||||||
#
|
#
|
||||||
# Death.Ghost.RunSpeed
|
# Death.Ghost.RunSpeed.World
|
||||||
# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, NOT in BGs/arenas
|
# Death.Ghost.RunSpeed.Battleground
|
||||||
# Default: 1.0 (normal speed)
|
# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, in non-BG and BG maps
|
||||||
#
|
|
||||||
# Death.Ghost.RunSpeed.InBGOrArena
|
|
||||||
# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, ONLY in BGs/arenas
|
|
||||||
# Default: 1.0 (normal speed)
|
# Default: 1.0 (normal speed)
|
||||||
#
|
#
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
|
|
@ -1333,8 +1330,8 @@ Death.CorpseReclaimDelay.PvP = 1
|
||||||
Death.CorpseReclaimDelay.PvE = 1
|
Death.CorpseReclaimDelay.PvE = 1
|
||||||
Death.Bones.World = 1
|
Death.Bones.World = 1
|
||||||
Death.Bones.BattlegroundOrArena = 1
|
Death.Bones.BattlegroundOrArena = 1
|
||||||
Death.Ghost.RunSpeed = 1.0
|
Death.Ghost.RunSpeed.World = 1.0
|
||||||
Death.Ghost.RunSpeed.InBGOrArena = 1.0
|
Death.Ghost.RunSpeed.Battleground = 1.0
|
||||||
|
|
||||||
###################################################################################################################
|
###################################################################################################################
|
||||||
# BATTLEGROUND CONFIG
|
# BATTLEGROUND CONFIG
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10979"
|
#define REVISION_NR "10980"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue