From a59c6bb0d953a3a9c8ddfdc465ec6454be9b84ea Mon Sep 17 00:00:00 2001 From: balrok Date: Mon, 28 Sep 2009 17:45:30 +0200 Subject: [PATCH] [8555] removed now unused spelldefinition SPELL_WAITING_FOR_RESURRECT isn't used anymore --- src/game/BattleGround.h | 1 - src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index ebbc113c3..2096e340a 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -82,7 +82,6 @@ enum BattleGroundMarksCount enum BattleGroundSpells { - SPELL_WAITING_FOR_RESURRECT = 2584, // Waiting to Resurrect SPELL_ARENA_PREPARATION = 32727, // use this one, 32728 not correct SPELL_ALLIANCE_GOLD_FLAG = 32724, SPELL_ALLIANCE_GREEN_FLAG = 32725, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 319e070bb..18b0ced5f 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 "8554" + #define REVISION_NR "8555" #endif // __REVISION_NR_H__