mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Started implementing retainers. Added a instanced retainer spawn. Documented retainer scripts.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace FFXIVClassic_Map_Server.actors.group
|
||||
SynchGroupWorkValuesPacket groupWork = new SynchGroupWorkValuesPacket(groupIndex);
|
||||
groupWork.setTarget("/_init");
|
||||
|
||||
SubPacket test = groupWork.buildPacket(session.id, session.id);
|
||||
SubPacket test = groupWork.buildPacket(session.id);
|
||||
session.QueuePacket(test);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user