Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
libccy authored and libccy committed Oct 8, 2016
1 parent d930e8f commit 5c00faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/boss/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ play.boss={
lib.translate[i]=lib.translate[i]||mode.boss.translate[i];
}
for(var i in mode.boss.skill){
lib.skill[i]=mode.boss.skill[i];
lib.skill[i]=lib.init.eval(mode.boss.skill[i]);
game.finishSkill(i);
}
});
Expand Down
4 changes: 2 additions & 2 deletions game/update.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
window.noname_update={
version:'1.9.2.1',
version:'1.9.2.2',
changeLog:[
'bug修复',
'乱斗创建关卡',
],
files:{
global:[
Expand Down Expand Up @@ -33,5 +32,6 @@ window.noname_update={
],
'1.9.1.2':[],
'1.9.2':[],
'1.9.2.1':[],
}
}

0 comments on commit 5c00faf

Please sign in to comment.