mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7316] Fixed spell 51556 and ranks DummyAura procing.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
628d97f588
commit
487a3d3dfc
2 changed files with 2 additions and 2 deletions
|
|
@ -5705,7 +5705,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Ancestral Awakening
|
// Ancestral Awakening
|
||||||
if (dummySpell->SpellIconID == 2018)
|
if (dummySpell->SpellIconID == 3065)
|
||||||
{
|
{
|
||||||
// TODO: frite dummy fot triggered spell
|
// TODO: frite dummy fot triggered spell
|
||||||
triggered_spell_id = 52759;
|
triggered_spell_id = 52759;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7315"
|
#define REVISION_NR "7316"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue