Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Jun 21, 2024
1 parent 3d95ba2 commit b60a2eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/game/Spells/Spell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3115,6 +3115,10 @@ SpellMissInfo Spell::DoSpellHitOnUnit(Unit* unit, uint32 effectMask, bool scaleA
{
unit->IncrDiminishing(m_diminishGroup);
}
else if (m_diminishGroup == DIMINISHING_DISARM)
{
unit->IncrDiminishing(m_diminishGroup);
}
}
}

Expand Down

0 comments on commit b60a2eb

Please sign in to comment.