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':[], } }