From a24fa0f670a573fb566ecf91ccef7e3a34382160 Mon Sep 17 00:00:00 2001 From: Protocol Date: Thu, 8 Nov 2012 18:00:57 +0000 Subject: [PATCH] Update MediaWiki page '135 Protocol' --- 135-Protocol.mediawiki | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/135-Protocol.mediawiki b/135-Protocol.mediawiki index 38c0425..6dabbc8 100644 --- a/135-Protocol.mediawiki +++ b/135-Protocol.mediawiki @@ -1,5 +1,4 @@ [[Category RSC]] - This page refers to the RSC #135 client revision. @@ -9,7 +8,7 @@ This page refers to the RSC #135 client revision. == '''Login''' == ? -=='''Reference'''== +== '''Reference''' == A lot of times, Util.longForName is referenced in the packets following:
 public static long longForName(String arg0) {
@@ -43,12 +42,15 @@ public static long longForName(String arg0) {
 	}
 
-== '''Incoming Data''' == +== '''Packets''' == +Some 135 packets are documented ahead. First you will find the packets' body, then you will find a table (for easier reading) + +=== '''Incoming Data''' === '''TODO:'''
 
-== '''Outgoing Data''' == +=== '''Outgoing Data''' ===
 (ns rsc.rsc135.packets
   (:require [jagex.Util])