diff options
| author | Joro <none@none> | 2009-07-04 22:12:39 +0200 |
|---|---|---|
| committer | Joro <none@none> | 2009-07-04 22:12:39 +0200 |
| commit | 07e441fe577b2e82662db83d94912ba20046ec98 (patch) | |
| tree | 0af7923eb7a09c170119110a75a290f4adb48631 /src/game/Unit.cpp | |
| parent | 6af144277d248e6a28bd1edc428069f85ebcb53f (diff) | |
*Correct mana return amount for spell Judgements of the Wise.
--HG--
branch : trunk
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 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 |
