root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/Crypt.java
| 875 | 2440 | ||
|---|---|---|---|
31 | /** | 31 | /** |
32 | * Second byte of client packet must be equal to this | 32 | * Second byte of client packet must be equal to this |
33 | */ | 33 | */ |
34 | public final static byte staticClientPacketCode = 0x54; | 34 | public final static byte staticClientPacketCode = 0x55; |
35 | /** | 35 | /** |
36 | * Second byte of server packet must be equal to this | 36 | * Second byte of server packet must be equal to this |
37 | */ | 37 | */ |
38 | public final static byte staticServerPacketCode = 0x55;// 1.5.x (0x54 works too) | 38 | public final static byte staticServerPacketCode = 0x50;// 1.5.x (0x54 works too) |
39 | /** | 39 | /** |
40 | * Static xor key | 40 | * Static xor key |
41 | */ | 41 | */ |
Download diff