mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9286] Fix spell 69377
This commit is contained in:
parent
8ff7010750
commit
af3aced775
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue