[9286] Fix spell 69377

This commit is contained in:
Lightguard 2010-02-02 20:20:21 +01:00
parent 8ff7010750
commit af3aced775
2 changed files with 9 additions and 1 deletions

View file

@ -5257,6 +5257,14 @@ void Spell::EffectScriptEffect(uint32 effIndex)
((Player*)m_caster)->learnSpell(discoveredSpell, false);
return;
}
case 69377: //Fortitude
{
if(!unitTarget)
return;
m_caster->CastSpell(unitTarget, 72590, true);
return;
}
}
break;
}