mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10440] Implement spell 55680
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
94e6bb47e7
commit
a95f275aad
2 changed files with 8 additions and 1 deletions
|
|
@ -1439,6 +1439,13 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
|
||||||
// triggered_spell_id in spell data
|
// triggered_spell_id in spell data
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Glyph of Prayer of Healing
|
||||||
|
case 55680:
|
||||||
|
{
|
||||||
|
basepoints[0] = int32(damage * triggerAmount / 200); // 10% each tick
|
||||||
|
triggered_spell_id = 56161;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10439"
|
#define REVISION_NR "10440"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue