mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
*Correct a typo in judgement of the wise handling.
--HG-- branch : trunk
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user