mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
[8055] Now spell 20911 and variations provided only mana percent back. Author: Den
--HG-- branch : trunk
This commit is contained in:
@@ -7025,8 +7025,6 @@ bool Unit::HandleModDamagePctTakenAuraProc(Unit *pVictim, uint32 damage, AuraEff
|
||||
switch (getPowerType())
|
||||
{
|
||||
case POWER_MANA: triggered_spell_id = 57319; break;
|
||||
case POWER_RAGE: triggered_spell_id = 57320; break;
|
||||
case POWER_RUNIC_POWER: triggered_spell_id = 57321; break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user