mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7245] Typo fix.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
7c32de2f8d
commit
3529d084d9
2 changed files with 2 additions and 2 deletions
|
|
@ -7726,7 +7726,7 @@ bool Unit::isSpellCrit(Unit *pVictim, SpellEntry const *spellProto, SpellSchoolM
|
|||
// taken
|
||||
if (pVictim)
|
||||
{
|
||||
if (!IsPositiveSpell(spellProto->Id)
|
||||
if (!IsPositiveSpell(spellProto->Id))
|
||||
{
|
||||
// Modify critical chance by victim SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_CHANCE
|
||||
crit_chance += pVictim->GetTotalAuraModifierByMiscMask(SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_CHANCE, schoolMask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue