From beabe1fabac86773a2cc091102ca5e7d0519ce6b Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 6 Apr 2009 14:06:10 +0200 Subject: *Correct a typo in judgement of the wise handling. --HG-- branch : trunk --- src/game/Unit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Unit.cpp') 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 -- cgit v1.2.3