diff options
author | QAston <none@none> | 2009-06-27 15:29:06 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-27 15:29:06 +0200 |
commit | a74ae1873997342ab79ae5db12d6361d7865000f (patch) | |
tree | 97b3e7e37e9b546fb77191d2943bbbf8ac9c3685 /src/game/Unit.cpp | |
parent | 81042a1f4f6a62e784629d7893c28c1de31a1803 (diff) | |
parent | 4a93373c0698a4b9b05f91bbedf1f1b8b9880238 (diff) |
*Merge tc1 commits 1582-1590
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 94f7f9f8d59..7ff15e5a6a3 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6306,7 +6306,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // heal amount basepoints0 = triggerAmount*damage/100; target = this; - triggered_spell_id = 31786; + + if(basepoints0) + triggered_spell_id = 31786; break; } // Seal of Blood do damage trigger |