mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Finished check command as well as gearsets and switching between classes. Property changes still have to be written though.
This commit is contained in:
parent
44e5430fdc
commit
e851c767df
16 changed files with 222 additions and 58 deletions
|
@ -37,12 +37,12 @@ namespace FFXIVClassic_Map_Server.utils
|
|||
}
|
||||
}
|
||||
|
||||
public BasePacket done()
|
||||
public List<SubPacket> done()
|
||||
{
|
||||
currentActorPropertyPacket.addTarget();
|
||||
currentActorPropertyPacket.setIsMore(false);
|
||||
subPackets.Add(currentActorPropertyPacket.buildPacket(playerActorId, forActor.actorId));
|
||||
return BasePacket.createPacket(subPackets, true, false);
|
||||
return subPackets;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue