mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user