diff options
Diffstat (limited to 'src')
-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 2a1407e37ec..70afcf91803 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6146,7 +6146,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger if (dummySpell->SpellIconID == 3017) { // hardcoded amount - basepoints0 = 15 * GetCreatePowers(POWER_MANA)/100; + basepoints0 = 25 * GetCreatePowers(POWER_MANA)/100; target = this; triggered_spell_id = 31930; // replenishment |