Skip to content

Commit

Permalink
[11972] Remove partial DummyEffect implementation of spells 8593, 31225
Browse files Browse the repository at this point in the history
Both belong to Paladin Resurrection quests. And they are expected to be handled by SD2

Signed-off-by: Schmoozerd <[email protected]>
  • Loading branch information
Xfurry authored and Schmoozerd committed Apr 21, 2012
1 parent 73d543e commit 7834459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,15 +815,6 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
m_caster->CastSpell(m_caster,spell_id,true,NULL);
return;
}
case 8593: // Symbol of life (restore creature to life)
case 31225: // Shimmering Vessel (restore creature to life)
{
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT)
return;

((Creature*)unitTarget)->SetDeathState(JUST_ALIVED);
return;
}
case 9976: // Polly Eats the E.C.A.C.
{
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11971"
#define REVISION_NR "11972"
#endif // __REVISION_NR_H__

0 comments on commit 7834459

Please sign in to comment.