mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Implemented the player portion of the new actor system.
This commit is contained in:
parent
93a42c1ba3
commit
360d72b376
9 changed files with 117 additions and 44 deletions
|
@ -137,7 +137,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
}
|
||||
else
|
||||
{
|
||||
BasePacket p = actor.createActorSpawnPackets(playerActor.actorId);
|
||||
BasePacket p = actor.getInitPackets(playerActor.actorId);
|
||||
p.replaceActorID(playerActor.actorId);
|
||||
basePackets.Add(p);
|
||||
actorInstanceList.Add(actor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue