[9253] Update AP bonus for item 2892 and ranks DoT.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Laise 2010-01-24 20:00:32 +03:00 committed by VladimirMangos
parent e3978a908c
commit c0dd79e125
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9252"
#define REVISION_NR "9253"
#endif // __REVISION_NR_H__