[10980] Lost config fiel part of prev. commit.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Pat S 2011-01-07 07:56:56 +03:00 committed by VladimirMangos
parent 46fdc3af97
commit 7ca769f031
2 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -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__