...
This commit is contained in:
parent
ed4edf999d
commit
e4020e1c2a
|
|
@ -11890,7 +11890,7 @@ function Get_EnchantOptionID(enchantid, slot) {
|
|||
var enchantData = Get_EnchantListTable().find(f=>f.n_EnchantID == enchantid);
|
||||
|
||||
// slot.Enchant에서 이미 사용된 ID 수집
|
||||
var usedStats = slot.Enchant.map(e => e.ID);
|
||||
var usedStats = slot ? slot.Enchant.map(e => e.ID) : [];
|
||||
|
||||
// 모든 옵션 ID 수집 (중복 포함)
|
||||
var allIds = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue