diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 22a903e10..681e8212b 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d6770b110..56cc2b28b 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 "11971" + #define REVISION_NR "11972" #endif // __REVISION_NR_H__