diff options
Diffstat (limited to 'src/game/Unit.cpp')
| -rw-r--r-- | src/game/Unit.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 825e552dc6f..692185910db 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6202,8 +6202,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // Judgements of the Wise if (dummySpell->SpellIconID == 3017) { - // hardcoded amount - basepoints0 = 25 * GetCreatePowers(POWER_MANA)/100; target = this; triggered_spell_id = 31930; // replenishment @@ -7873,12 +7871,6 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig ((Player*)this)->RemoveSpellCategoryCooldown(1209, true); break; } - // Improved Stormstrike - case 63375: - { - basepoints0 = int32(GetCreateMana() * triggerAmount / 100); - break; - } // Maelstrom Weapon case 53817: { |
