From 22ceb491d64d539150ec9a3a95f551677f1b314b Mon Sep 17 00:00:00 2001 From: tsedor <itsme199@gmail.com> Date: Sat, 01 Sep 2018 06:59:58 +0000 Subject: [PATCH] Update common.js --- common.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/common.js b/common.js index e63a371..6a18a8c 100644 --- a/common.js +++ b/common.js @@ -92,6 +92,8 @@ // Single exception - old id used in one case if(id == 831) { id = 216; + } else if(id == 311) { + id = 899 } if(101 <= id && id <= 174) { @@ -121,7 +123,8 @@ if(id == 313) { type = 'GT8C' low = 1; - } else if(id == 323) { + } else if(id == 323 || id >= 325) { + type = 'GT8N' low = 1; } } else if(401 <= id && id <= 440) { -- Gitblit v1.9.1