Fixed packet issue

This commit is contained in:
StevenRS11
2013-11-11 16:36:35 -05:00
parent 841fcffcb1
commit 20ea00a0a7
3 changed files with 39 additions and 21 deletions

View File

@@ -11,4 +11,6 @@ public class PacketConstants
public static final byte DELETE_DIM_PACKET_ID = 3;
public static final byte CREATE_LINK_PACKET_ID = 4;
public static final byte DELETE_LINK_PACKET_ID = 5;
public static final byte CLIENT_LOGIN_DIM_REGISTER = 6;
}