packet names

This commit is contained in:
Shoghi Cervantes Pueyo 2012-11-23 14:40:39 +01:00
parent 067c08f644
commit 2266a14965

View File

@ -31,5 +31,9 @@ $dataName = array(
0x10 => "ServerHandshake",
0x13 => "ClientConnect",
0x15 => "ClientDisconnect",
0x82 => "LoginPacket",
0x82 => "Login",
0x83 => "LoginStatus",
0x84 => "Ready",
0x85 => "Message",
0x66 => "SetTime",
);