mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10088] Restore work of 1120 and ranks. (Revert of [9962])
This commit is contained in:
parent
a2a50c11be
commit
407156cbaf
3 changed files with 9 additions and 11 deletions
|
|
@ -4959,16 +4959,6 @@ void Aura::HandlePeriodicDamage(bool apply, bool Real)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_WARLOCK:
|
||||
{
|
||||
// Drain Soul
|
||||
if (spellProto->SpellFamilyFlags & UI64LIT(0x0000000000004000))
|
||||
{
|
||||
if (target->GetHealth() * 100 / target->GetMaxHealth() <= 25)
|
||||
m_modifier.m_amount *= 4;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DRUID:
|
||||
{
|
||||
// Rake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue