From 6343c2a00fc28c18379631fa60eb812f1749f98e Mon Sep 17 00:00:00 2001 From: Nevan Date: Sat, 1 Aug 2009 01:47:47 +0200 Subject: *Update Bloodworms Healing formula *Removed unnecessary db proc data. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 692185910db..2e3ce92d00c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4928,7 +4928,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger { if (Unit *owner = this->GetOwner()) { - basepoints0 = int32(damage); + basepoints0 = int32(damage*1.50); target = owner; triggered_spell_id = 50454; break; -- cgit v1.2.3