From 07e441fe577b2e82662db83d94912ba20046ec98 Mon Sep 17 00:00:00 2001 From: Joro Date: Sat, 4 Jul 2009 22:12:39 +0200 Subject: *Correct mana return amount for spell Judgements of the Wise. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') 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 -- cgit v1.2.3