Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife authored and cala committed May 2, 2017
1 parent e3a4307 commit 2e858f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game/SpellEffects.cpp
Expand Up @@ -10834,9 +10834,6 @@ void Spell::EffectSummonObject(SpellEffectIndex eff_idx)

pGameObj->SummonLinkedTrapIfAny();

if (gameobject_id == 177746)
pGameObj->Use(m_caster);

// Notify Summoner
if (m_originalCaster && (m_originalCaster != m_caster) && (m_originalCaster->AI()))
m_originalCaster->AI()->JustSummoned(pGameObj);
Expand Down

0 comments on commit 2e858f4

Please sign in to comment.