mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Forgot the "GroupCreatedPacket".
This commit is contained in:
parent
df6e16103c
commit
52703537e9
2 changed files with 40 additions and 0 deletions
|
@ -227,6 +227,11 @@ namespace FFXIVClassic_Map_Server
|
|||
ParameterDataRequestPacket paramRequest = new ParameterDataRequestPacket(subpacket.data);
|
||||
if (paramRequest.paramName.Equals("charaWork/exp"))
|
||||
session.GetActor().SendCharaExpInfo();
|
||||
break;
|
||||
//Group Created Confirm
|
||||
case 0x0133:
|
||||
GroupCreatedPacket groupCreated = new GroupCreatedPacket(subpacket.data);
|
||||
|
||||
break;
|
||||
/* RECRUITMENT */
|
||||
//Start Recruiting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue