mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9253] Update AP bonus for item 2892 and ranks DoT.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
e3978a908c
commit
c0dd79e125
2 changed files with 3 additions and 3 deletions
|
|
@ -4764,8 +4764,8 @@ void Aura::HandlePeriodicDamage(bool apply, bool Real)
|
||||||
// Deadly Poison
|
// Deadly Poison
|
||||||
if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000010000))
|
if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000010000))
|
||||||
{
|
{
|
||||||
// 0.08*$AP / 4 * amount of stack
|
// 0.12*$AP / 4 * amount of stack
|
||||||
m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 2 * GetStackAmount() / 100);
|
m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 3 * GetStackAmount() / 100);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9252"
|
#define REVISION_NR "9253"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue