From 1bdabc952cc4255b8901e94d580b6c49216b1d8f Mon Sep 17 00:00:00 2001 From: Sini Date: Mon, 3 Sep 2012 20:23:43 +0000 Subject: [PATCH] Update MediaWiki page 'Class Check' --- Class-Check.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Class-Check.mediawiki b/Class-Check.mediawiki index 678efeb..27832be 100644 --- a/Class-Check.mediawiki +++ b/Class-Check.mediawiki @@ -1,4 +1,4 @@ -The class check originated with the new Runescape engine update which took place around the 4xx revisions. It gives the Jagex servers the ability to check the modifiers, update, or fetch the value for a field. It also gives functionality to invoke a method with parameters and get it's return value, or check it's modifiers. Each of these functionalities are described with a request type. A class check request is built up with many of these request types. +The class check originated with the new Runescape engine update which took place around the 4xx revisions. It gives the Jagex servers the ability to check the modifiers, update, or fetch the value for a field. It also gives functionality to invoke a method with parameters and get it's return value, or check it's modifiers. Each of these functionalities are described with a request type. A class check request is built up with many of these request types. Each request is tagged with an unique id. == Request Types ==