mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8730] Fixed spell 51770 after my recent changes in auras trigger system.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
ce3d0170f6
commit
00c2035cc7
2 changed files with 3 additions and 3 deletions
|
|
@ -5086,10 +5086,10 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
// Emblazon Runeblade
|
||||
case 51770:
|
||||
{
|
||||
if(!unitTarget)
|
||||
if(!m_originalCaster)
|
||||
return;
|
||||
|
||||
unitTarget->CastSpell(unitTarget, 51771, false);
|
||||
m_originalCaster->CastSpell(m_originalCaster, damage, false);
|
||||
break;
|
||||
}
|
||||
// Death Gate
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8729"
|
||||
#define REVISION_NR "8730"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue