mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-14 08:24:36 +02:00
Kicked/Promote leader added but broke login. D/Cing now.
This commit is contained in:
parent
e89b7557b3
commit
16c9b741bf
30 changed files with 1120 additions and 211 deletions
|
@ -16,7 +16,7 @@ namespace FFXIVClassic_Map_Server.packets.send.groups
|
|||
|
||||
public static SubPacket buildPacket(uint playerActorID, Group group)
|
||||
{
|
||||
return buildPacket(playerActorID, group.groupId);
|
||||
return buildPacket(playerActorID, group.groupIndex);
|
||||
}
|
||||
|
||||
public static SubPacket buildPacket(uint playerActorID, ulong groupId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue