修正1王殘刀傷害欄位設值
This commit is contained in:
parent
2832ca4633
commit
a84dd9b9c4
@ -36,7 +36,7 @@ window.onload = function () {
|
||||
knife1_boss.value = options.record1.boss;
|
||||
knife1_damage.value = options.record1.damage ?? "";
|
||||
knife1c_boss.value = options.record1c.boss;
|
||||
knife1c_damage.value = options.record1.damage ?? "";
|
||||
knife1c_damage.value = options.record1c.damage ?? "";
|
||||
|
||||
knife2_boss.value = options.record2.boss;
|
||||
knife2_damage.value = options.record2.damage ?? "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user