diff options
author | QAston <none@none> | 2009-04-06 14:06:10 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-06 14:06:10 +0200 |
commit | beabe1fabac86773a2cc091102ca5e7d0519ce6b (patch) | |
tree | e594a98811c4a21d727445f1bfd6ca4161fb4fee /src | |
parent | c7758d54bfa73e7095f222d8ac8d5c28a4573dd0 (diff) |
*Correct a typo in judgement of the wise handling.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 |