mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
Merge commit 'origin/master' into 320
This commit is contained in:
commit
b99565ef42
9 changed files with 73 additions and 19 deletions
|
|
@ -577,7 +577,8 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
//Gore
|
||||
if (m_spellInfo->SpellIconID == 1578)
|
||||
{
|
||||
damage+= rand()%2 ? damage : 0;
|
||||
if (m_caster->HasAura(57627)) // Charge 6 sec post-affect
|
||||
damage *= 2;
|
||||
}
|
||||
// Mongoose Bite
|
||||
else if ((m_spellInfo->SpellFamilyFlags & UI64LIT(0x000000002)) && m_spellInfo->SpellVisual[0]==342)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue