diff options
Diffstat (limited to 'src/game/Unit.cpp')
| -rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 3354eab3af8..c201c73d1ab 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5545,7 +5545,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu if (triggerAmount == 0) return false; basepoints0 = triggerAmount * GetMaxHealth() / 100; - trigger_spell_id = 34299; + triggered_spell_id = 34299; } // Healing Touch (Dreamwalker Raiment set) case 28719: |
