mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Fix typo in prev commit
This commit is contained in:
parent
f893214e2b
commit
39c1f547f6
1 changed files with 1 additions and 1 deletions
|
|
@ -5016,7 +5016,7 @@ void Aura::HandleAuraModRangedAttackPowerOfStatPercent(bool apply, bool Real)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Recalculate bonus
|
// Recalculate bonus
|
||||||
if(m_target->GetTypeId() == TYPEID_PLAYER && (m_target->getClassMask() & CLASSMASK_WAND_USERS))
|
if(m_target->GetTypeId() == TYPEID_PLAYER && !(m_target->getClassMask() & CLASSMASK_WAND_USERS))
|
||||||
((Player*)m_target)->UpdateAttackPowerAndDamage(true);
|
((Player*)m_target)->UpdateAttackPowerAndDamage(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue