mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10454] Fix 54821 proc
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
0cb6f7be0c
commit
326fff975b
6 changed files with 16 additions and 3 deletions
|
|
@ -1554,6 +1554,12 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
|
|||
triggered_spell_id = 54755;
|
||||
break;
|
||||
}
|
||||
// Glyph of Rake
|
||||
case 54821:
|
||||
{
|
||||
triggered_spell_id = 54820;
|
||||
break;
|
||||
}
|
||||
// Item - Druid T10 Restoration 4P Bonus (Rejuvenation)
|
||||
case 70664:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue