mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(Core/Unit): Fix duplicate sending of hitinfo in SMSG_SPELLNONMELEEDAMAGELOG (#24711)
This commit is contained in:
@@ -6569,7 +6569,6 @@ void Unit::SendSpellNonMeleeDamageLog(SpellNonMeleeDamage* log)
|
||||
data << uint8 (log->unused); // unused
|
||||
data << uint32(log->blocked); // blocked
|
||||
data << uint32(log->HitInfo);
|
||||
data << uint32(log->HitInfo);
|
||||
data << uint8(log->HitInfo & (SPELL_HIT_TYPE_CRIT_DEBUG | SPELL_HIT_TYPE_HIT_DEBUG | SPELL_HIT_TYPE_ATTACK_TABLE_DEBUG));
|
||||
//if (log->HitInfo & SPELL_HIT_TYPE_CRIT_DEBUG)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user