[11211] Remove obsolete comment

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-02-28 02:30:10 +01:00
parent fe0f42d30c
commit 56205543bf
2 changed files with 1 additions and 2 deletions

View file

@ -1516,7 +1516,6 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
unitTarget->SetHealthPercent(8.0f); unitTarget->SetHealthPercent(8.0f);
// Cosmetic - Underwater Blood (no sound) // 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); unitTarget->CastSpell(unitTarget, 47172, true);
((Creature*)unitTarget)->AI()->AttackStart(m_caster); ((Creature*)unitTarget)->AI()->AttackStart(m_caster);

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 "11210" #define REVISION_NR "11211"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__