From bb33cea2874f5a1bd5f894912ce354f32ba908c6 Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 1 Dec 2016 21:13:26 +0800 Subject: [PATCH] f --- game/config.js | 1 + game/update.js | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/game/config.js b/game/config.js index 5435e10dc..a2dd11ec9 100644 --- a/game/config.js +++ b/game/config.js @@ -190,6 +190,7 @@ window.config={ auto:'托管' }, + game:'sgs', duration:500, hoveration:1000, cheat:false, diff --git a/game/update.js b/game/update.js index 40a51040b..3c376e9e8 100644 --- a/game/update.js +++ b/game/update.js @@ -1,11 +1,12 @@ window.noname_update={ - version:'1.9.3', + version:'1.9.3.1', changeLog:[ - '新虎牢关、武将修改', + 'bug修复', ], files:{ global:[ - + 'game/config.js' ], + '1.9.3':[], } }