mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
Fix mask typo from last commit
This commit is contained in:
parent
5f4d5533e7
commit
70c2f2201a
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000000400LL)
|
||||
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.207f);
|
||||
// Heroic Throw ${$m1+$AP*.50}
|
||||
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000000400LL)
|
||||
else if(m_spellInfo->SpellFamilyFlags & 0x0000000100000000LL)
|
||||
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.5f);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue