From 56205543bfbd08cb6c4dfaf7229c4501795d0305 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Mon, 28 Feb 2011 02:30:10 +0100 Subject: [PATCH] [11211] Remove obsolete comment Signed-off-by: NoFantasy --- src/game/SpellEffects.cpp | 1 - src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 65b761f74..653a6b473 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1516,7 +1516,6 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx) unitTarget->SetHealthPercent(8.0f); // Cosmetic - Underwater Blood (no sound) - // Spell persist through death, but should not be there at respawn (TODO: some research, so this&similar are removed at resp.) unitTarget->CastSpell(unitTarget, 47172, true); ((Creature*)unitTarget)->AI()->AttackStart(m_caster); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c76869652..8c22907b3 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 "11210" + #define REVISION_NR "11211" #endif // __REVISION_NR_H__