some more fixes for data consistency
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
attack_data_category: attackData.category,
|
||||
|
||||
// 技タイプ
|
||||
move_type: JSON.parse(attackData.types),
|
||||
move_type: attackData.types,
|
||||
// 範囲の計算で使用する
|
||||
};
|
||||
// 計算
|
||||
|
||||
Reference in New Issue
Block a user