Fixed bug where when a mob was insta-killed they would disappear (not die). More renames for action -> result. Reverted result packet unknown from 0x801 to 0x810. Added hitnum. Fixed isolation.

This commit is contained in:
Filip Maj
2019-05-04 18:53:00 -04:00
parent e236e1d207
commit 080f9ea23d
5 changed files with 31 additions and 23 deletions

View File

@@ -443,7 +443,7 @@ namespace FFXIVClassic_Map_Server.Actors
{
if (a is Player)
{
if (isIsolated && packet.header.sourceId != a.actorId)
if (isIsolated)
continue;
SubPacket clonedPacket = new SubPacket(packet, a.actorId);