diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 94ea71f7b..4e0e6dfc5 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -1267,12 +1267,9 @@ Visibility.Distance.Grey.Object = 10 # Default: 1 (enabled) # 0 (disabled) # -# Death.Ghost.RunSpeed -# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, NOT in BGs/arenas -# Default: 1.0 (normal speed) -# -# Death.Ghost.RunSpeed.InBGOrArena -# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, ONLY in BGs/arenas +# Death.Ghost.RunSpeed.World +# Death.Ghost.RunSpeed.Battleground +# Modifies the speed of player's ghosts, removed upon reviving, not permanent/saved, in non-BG and BG maps # Default: 1.0 (normal speed) # ################################################################################################################### @@ -1333,8 +1330,8 @@ Death.CorpseReclaimDelay.PvP = 1 Death.CorpseReclaimDelay.PvE = 1 Death.Bones.World = 1 Death.Bones.BattlegroundOrArena = 1 -Death.Ghost.RunSpeed = 1.0 -Death.Ghost.RunSpeed.InBGOrArena = 1.0 +Death.Ghost.RunSpeed.World = 1.0 +Death.Ghost.RunSpeed.Battleground = 1.0 ################################################################################################################### # BATTLEGROUND CONFIG diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 74e564b4e..e64370bbb 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10979" + #define REVISION_NR "10980" #endif // __REVISION_NR_H__