diff options
| author | QAston <none@none> | 2009-06-15 17:56:10 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-15 17:56:10 +0200 |
| commit | 109302999d63c85fe14842d1222f0ce30addbe92 (patch) | |
| tree | a0c5040ed56d41d016f2f8bcf73eaf3f7077aef5 /src/game/Unit.cpp | |
| parent | 425863abd9e59b55bfaf75fa61ebf9bec69acbc1 (diff) | |
*Fix improved stormstrike - by CRAZyBUg
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
| -rw-r--r-- | src/game/Unit.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 38963dc51d5..89728d586a5 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -7757,6 +7757,11 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig ((Player*)this)->RemoveCategoryCooldown(1209); break; } + case 63375: // Improved Stormstrike + { + basepoints0 = GetCreateMana() * 0.20f; + break; + } // Brain Freeze case 57761: { |
