mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
fix missing Cooking and Valor classes searching
This commit is contained in:
parent
81899bb794
commit
83e03c54e3
2 changed files with 2 additions and 2 deletions
2
DeckEditor/Deck.min.js
vendored
2
DeckEditor/Deck.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -340,7 +340,7 @@ ClassRule.parse = function (words) {
|
|||
'精像','天使','悪魔','美巧','精武','アーム','ウェポン','遊具',
|
||||
'毒牙','精羅','鉱石','宝石','植物','原子','宇宙','精械','電機',
|
||||
'古代兵器','迷宮','精生','水獣','空獣','地獣','龍獣','凶蟲','精元',
|
||||
'トリック','英知','微菌','怪異',
|
||||
'武勇','調理','トリック','英知','微菌','怪異',
|
||||
];
|
||||
for (var j = 0; j < classes.length; j++) {
|
||||
var cls = classes[j];
|
||||
|
|
Loading…
Reference in a new issue