mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Packets: removed a part struct part from attacker state update packet that was added in 5.1
This commit is contained in:
@@ -65,8 +65,5 @@ WorldPacket const* WorldPackets::CombatLog::AttackerStateUpdate::Write()
|
||||
_worldPacket << uint32(UnkState.State12);
|
||||
}
|
||||
|
||||
if (HitInfo & (HITINFO_BLOCK | HITINFO_UNK12))
|
||||
_worldPacket << float(Unk);
|
||||
|
||||
return &_worldPacket;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user