mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Implemented actor instancing, as well as automatic name generation for NPCs.
This commit is contained in:
@@ -391,7 +391,6 @@ namespace FFXIVClassic_Lobby_Server
|
||||
birthMonth,
|
||||
initialTown,
|
||||
tribe,
|
||||
currentParty,
|
||||
restBonus,
|
||||
achievementPoints,
|
||||
playTime
|
||||
@@ -421,9 +420,9 @@ namespace FFXIVClassic_Lobby_Server
|
||||
player.playerWork.birthdayMonth = reader.GetByte(14);
|
||||
player.playerWork.initialTown = reader.GetByte(15);
|
||||
player.playerWork.tribe = reader.GetByte(16);
|
||||
player.playerWork.restBonusExpRate = reader.GetInt32(18);
|
||||
player.achievementPoints = reader.GetUInt32(19);
|
||||
player.playTime = reader.GetUInt32(20);
|
||||
player.playerWork.restBonusExpRate = reader.GetInt32(17);
|
||||
player.achievementPoints = reader.GetUInt32(18);
|
||||
player.playTime = reader.GetUInt32(19);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user