mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Merge commit 'origin/master' into 310
This commit is contained in:
commit
335b32dbc3
7 changed files with 51 additions and 36 deletions
|
|
@ -352,6 +352,10 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.12f);
|
||||
break;
|
||||
}
|
||||
// Cataclysmic Bolt
|
||||
case 38441:
|
||||
damage = unitTarget->GetMaxHealth() / 2;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue