Skip to content

Commit

Permalink
Temp Fix for QUEST Death Comes From High.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutok committed Jun 28, 2012
1 parent 96a72bb commit 82aa6c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server/game/Spells/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1110,10 +1110,6 @@ void Spell::EffectForceCast(SpellEffIndex effIndex)
case 73058: // Blood Nova
m_caster->CastSpell(unitTarget, damage, true); // additional spell cast
break;
case 51888: // Summon Eye of Acherus - a hack for GO cast
unitTarget->CastSpell(unitTarget, spellInfo->Id, true, NULL, NULL, m_originalCasterGUID);
return;

}
}

Expand Down

0 comments on commit 82aa6c1

Please sign in to comment.