From f662e069b123b951a29db53d38d3a3f083b330bf Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Tue, 5 Oct 2010 00:07:15 +0000 Subject: [PATCH] Tighten schema for ranks, to help detect errors This was SVN commit r8277. --- binaries/data/mods/public/simulation/components/Identity.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/components/Identity.js b/binaries/data/mods/public/simulation/components/Identity.js index 013ad5eb04..8381537e0c 100644 --- a/binaries/data/mods/public/simulation/components/Identity.js +++ b/binaries/data/mods/public/simulation/components/Identity.js @@ -45,7 +45,11 @@ Identity.prototype.Schema = "" + "" + "" + - "" + + "" + + "Basic" + + "Advanced" + + "Elite" + + "" + "" + "" + "" +