mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-14 16:34:42 +02:00
Refactored world server.
This commit is contained in:
parent
9353f77db0
commit
516564a896
33 changed files with 83 additions and 83 deletions
|
@ -41,7 +41,7 @@ namespace FFXIVClassic_World_Server.Packets.Send
|
|||
0xB8, 0x8D, 0xF0, 0x2B, 0x88, 0xAF, 0x5E, 0x26
|
||||
*/
|
||||
|
||||
return new SubPacket(false, OPCODE, 0, 0, data);
|
||||
return new SubPacket(false, OPCODE, 0, data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue