mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +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
|
||||
if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000010000))
|
||||
{
|
||||
// 0.08*$AP / 4 * amount of stack
|
||||
m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 2 * GetStackAmount() / 100);
|
||||
// 0.12*$AP / 4 * amount of stack
|
||||
m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 3 * GetStackAmount() / 100);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue