mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added missing opcodes.
This commit is contained in:
		| @@ -9,7 +9,7 @@ namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class CreateLinkshellPacket | ||||
|     { | ||||
|         public const ushort OPCODE = 0x1000; | ||||
|         public const ushort OPCODE = 0x1025; | ||||
|         public const uint PACKET_SIZE = 0x48; | ||||
|  | ||||
|         public static SubPacket BuildPacket(Session session, string name, ushort crest, uint master) | ||||
|   | ||||
| @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class DeleteLinkshellPacket | ||||
|     { | ||||
|         public const ushort OPCODE = 0x1000; | ||||
|         public const ushort OPCODE = 0x1027; | ||||
|         public const uint PACKET_SIZE = 0x40; | ||||
|  | ||||
|         public static SubPacket BuildPacket(Session session, string name) | ||||
|   | ||||
| @@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class ModifyLinkshellPacket | ||||
|     { | ||||
|         public const ushort OPCODE = 0x1000; | ||||
|         public const ushort OPCODE = 0x1026; | ||||
|         public const uint PACKET_SIZE = 0x60; | ||||
|  | ||||
|         public static SubPacket BuildPacket(Session session, ushort changeArg, string name, string newName, ushort crest, uint master) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user