*Update Bloodworms Healing formula

*Removed unnecessary db proc data.

--HG--
branch : trunk
This commit is contained in:
Nevan
2009-08-01 01:47:47 +02:00
parent 1d96091d2a
commit 6343c2a00f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;