mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11211] Remove obsolete comment
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
fe0f42d30c
commit
56205543bf
2 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue