From 659a555bdce52b50d04d00266cd0afe38748a03c Mon Sep 17 00:00:00 2001 From: Nevan Date: Thu, 30 Jul 2009 20:42:40 +0200 Subject: *Fix Death Knight Bloodworms (Heal every hit) --HG-- branch : trunk --- src/game/Unit.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index a42a9de65de..c72187df8f3 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4923,6 +4923,18 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger { switch (dummySpell->Id) { + // BloodWorms Health Leech + case 50453: + { + if (Unit *owner = this->GetOwner()) + { + basepoints0 = int32(damage); + target = owner; + triggered_spell_id = 50454; + break; + } + return false; + } // Improved Divine Spirit case 33174: case 33182: -- cgit v1.2.3