*Fix Judgement of Widsom and Living Bomb - oryginal patch by Lightguard.

*Fix amount of Steady shot damage-by fisherman.
*Fix heroic fury-by aerione_alt and pasdVn.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-03 22:26:26 +01:00
parent ffa68907cf
commit d06e75e0a8
3 changed files with 30 additions and 7 deletions

View File

@@ -5796,12 +5796,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
// Judgement of Wisdom
case 20186:
{
if (pVictim->getPowerType() == POWER_MANA)
{
int32 gainMana = pVictim->GetCreateMana() * triggeredByAura->GetBasePoints() / 100;
pVictim->CastCustomSpell(pVictim, 20268, &gainMana, 0, 0, true, 0, triggeredByAura);
}
return true;
pVictim->CastSpell(pVictim, 20268, true, NULL, triggeredByAura);
}
// Holy Power (Redemption Armor set)
case 28789: