Skip to content

Commit

Permalink
Restored Dress Equipment (Fixes issue #240)
Browse files Browse the repository at this point in the history
  • Loading branch information
alborrajo committed Jan 20, 2024
1 parent 1150e8d commit 91598e0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Arrowgene.Ddon.GameServer/Dump/GameFullDump.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,22 @@ public static class GameFull

public static byte[] data_Dump_20 = new byte[] /* 2.6.16 */
{
0x0, 0x0, 0x0, 0x16, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0xB, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0xC, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0xD, 0x0, 0x0, 0x0, 0xF, 0x0, 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x1A, 0x0, 0x0, 0x0, 0x1B, 0x0, 0x0, 0x0, 0x1C, 0x0, 0x0, 0x0, 0x1D, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x21, 0x0, 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x32, 0x3C, 0xF0, 0x0, 0x0, 0x0, 0x0, 0x7F, 0xE7, 0x98, 0xF0, 0x0
0x0, 0x0, 0x0, 0x3B, 0x0, 0x0, 0x0, 0x49, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x41,
0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x4,
0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x46, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x47,
0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x48, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x4A,
0x0, 0x0, 0x0, 0xA, 0x0, 0x0, 0x0, 0xB, 0x0, 0x0, 0x0, 0x4C, 0x0, 0x0, 0x0, 0xC,
0x0, 0x0, 0x0, 0x4D, 0x0, 0x0, 0x0, 0xD, 0x0, 0x0, 0x0, 0x4F, 0x0, 0x0, 0x0, 0xF,
0x0, 0x0, 0x0, 0x50, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x5A, 0x0, 0x0, 0x0, 0x1A,
0x0, 0x0, 0x0, 0x5B, 0x0, 0x0, 0x0, 0x1B, 0x0, 0x0, 0x0, 0x5C, 0x0, 0x0, 0x0, 0x1C,
0x0, 0x0, 0x0, 0x5D, 0x0, 0x0, 0x0, 0x1D, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x21,
0x0, 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x25, 0x0, 0x0, 0x0, 0x29,
0x0, 0x0, 0x0, 0x2B, 0x0, 0x0, 0x0, 0x2D, 0x0, 0x0, 0x0, 0x2F, 0x0, 0x0, 0x0, 0x30,
0x0, 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x32, 0x0, 0x0, 0x0, 0x35, 0x0, 0x0, 0x0, 0x36,
0x0, 0x0, 0x0, 0x37, 0x0, 0x0, 0x0, 0x38, 0x0, 0x0, 0x0, 0x39, 0x0, 0x0, 0x0, 0x3A,
0x0, 0x0, 0x0, 0x3B, 0x0, 0x0, 0x0, 0x3F, 0x0, 0x0, 0x0, 0x54, 0x0, 0x0, 0x0, 0x55,
0x0, 0x0, 0x0, 0x56, 0x0, 0x0, 0x0, 0x57, 0x0, 0x0, 0x0, 0x58, 0x0, 0x0, 0x0, 0x59,
0x41, 0x70, 0x68, 0x35, 0xFD, 0x54, 0xCA
};

public static Packet Dump_20 = new Packet(new PacketId(2, 6, 16, "Dump_20"), data_Dump_20);
Expand Down

0 comments on commit 91598e0

Please sign in to comment.