mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*Fix Glyph of Renewed Life.
*Update formula for Death strike healing amount. --HG-- branch : trunk
This commit is contained in:
@@ -6659,7 +6659,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
// Death Strike healing effect
|
||||
if (dummySpell->Id == 45469)
|
||||
{
|
||||
int32 heal=0.5f * pVictim->GetDiseasesByCaster(GetGUID()) * damage+damage;
|
||||
int32 heal=pVictim->GetDiseasesByCaster(GetGUID()) * GetMaxHealth()* 5 /100;
|
||||
CastCustomSpell(this,45470,&heal,NULL,NULL,true);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user