Removed duplicate 0xD9 packet. Renamed 0xD8 to SetActorBGPropertiesPacket.

This commit is contained in:
Filip Maj
2017-06-27 17:36:47 -04:00
parent 516564a896
commit 08477780f8
4 changed files with 3 additions and 33 deletions

View File

@@ -187,7 +187,7 @@ namespace FFXIVClassic_Map_Server.Actors
subpackets.Add(CreateSpawnPositonPacket(0x0));
if (isMapObj)
subpackets.Add(_0xD8Packet.BuildPacket(actorId, instance, layout));
subpackets.Add(SetActorBGPropertiesPacket.BuildPacket(actorId, instance, layout));
else
subpackets.Add(CreateAppearancePacket());