mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9285"
|
||||
#define REVISION_NR "9286"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue