mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fleshed out the quest actor and added a place to store the current active quest actors in the Player actor.
This commit is contained in:
@@ -118,6 +118,10 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
private int lastPosition = 0;
|
||||
private int lastStep = 0;
|
||||
|
||||
//Quest Actors (MUST MATCH playerWork.questScenario/questGuildleve)
|
||||
public Quest[] questScenario = new Quest[16];
|
||||
public Quest[] questGuildleve = new Quest[8];
|
||||
|
||||
public PlayerWork playerWork = new PlayerWork();
|
||||
|
||||
public ConnectedPlayer playerSession;
|
||||
|
Reference in New Issue
Block a user