mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Setting the active linkshell now works.
This commit is contained in:
parent
fe1a652cd1
commit
9bc3fc8dd7
11 changed files with 196 additions and 14 deletions
|
@ -302,8 +302,8 @@ namespace FFXIVClassic_World_Server
|
|||
break;
|
||||
//Linkshell set active
|
||||
case 0x1028:
|
||||
SetActiveLinkshellPacket setActiveLinkshellPacket = new SetActiveLinkshellPacket(subpacket.data);
|
||||
//Linkshell ls = mWorldManager.GetLinkshellManager().GetLinkshell();
|
||||
LinkshellChangePacket linkshellChangePacket = new LinkshellChangePacket(subpacket.data);
|
||||
mWorldManager.ProcessLinkshellSetActive(GetSession(subpacket.header.sourceId), linkshellChangePacket.lsName);
|
||||
break;
|
||||
//Linkshell invite member
|
||||
case 0x1029:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue