mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-23 02:56:02 +02:00
Got most of the properties getting set. Commands and General Parameters broken.
This commit is contained in:
parent
d42dac543f
commit
5b5b99bb4b
6 changed files with 79 additions and 23 deletions
|
@ -51,7 +51,10 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
public CharaWork charaWork = new CharaWork();
|
||||
|
||||
public Character(uint actorID) : base(actorID)
|
||||
{
|
||||
{
|
||||
//Init timer array to "notimer"
|
||||
for (int i = 0; i < charaWork.statusShownTime.Length; i++)
|
||||
charaWork.statusShownTime[i] = 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
public SubPacket createAppearancePacket(uint playerActorId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue