diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index a9ce2cae1d0..e85549a5cc2 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5849,9 +5849,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // hardcoded amount basepoints0 = 15 * GetCreatePowers(POWER_MANA)/100; target = this; - triggered_spell_id = 57669; + triggered_spell_id = 31930; // replenishment - CastSpell(this,31930,true); + CastSpell(this,57669,true); break; } // Sanctified Wrath |