mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7792] Fix one rogue spell AP bonus
Signed-off-by: DiSlord <DiSlord@nomail.ru>
This commit is contained in:
parent
ab170653fc
commit
f2c514e810
2 changed files with 2 additions and 2 deletions
|
|
@ -504,7 +504,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
||||||
// Gouge
|
// Gouge
|
||||||
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000000008LL)
|
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000000008LL)
|
||||||
{
|
{
|
||||||
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.02f);
|
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.21f);
|
||||||
}
|
}
|
||||||
// Instant Poison
|
// Instant Poison
|
||||||
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000002000LL)
|
else if(m_spellInfo->SpellFamilyFlags & 0x0000000000002000LL)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7791"
|
#define REVISION_NR "7792"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue