*Update Bloodworms Healing formula
*Removed unnecessary db proc data. --HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user