mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
[7792] Fix one rogue spell AP bonus Author: DiSlord
--HG-- branch : trunk
This commit is contained in:
@@ -553,7 +553,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
|
||||
// Gouge
|
||||
else if(m_spellInfo->SpellFamilyFlags[0] & 0x8)
|
||||
{
|
||||
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.02f);
|
||||
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.21f);
|
||||
}
|
||||
// Instant Poison
|
||||
else if(m_spellInfo->SpellFamilyFlags[0] & 0x2000)
|
||||
|
||||
Reference in New Issue
Block a user