Skip to content

Commit

Permalink
[11211] Remove obsolete comment
Browse files Browse the repository at this point in the history
Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
NoFantasy committed Feb 28, 2011
1 parent e49699e commit afbedbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/game/SpellEffects.cpp
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion 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__

0 comments on commit afbedbb

Please sign in to comment.