法宝合成修改提交

dev_chengFeng
wangzhenxing 2023-01-13 10:46:41 +08:00
parent fd4f7908c3
commit 15607b8b70
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function this.GetAllTabletTreasuresByRace(_index)
local jewel = configInfo
if jewel then
-- 获取同类型的所有表中的数据 最低品质为2 不显示最低品质)
if jewel.Race == _index and jewel.Level > 2 then
if jewel.Race == _index and jewel.Level > 3 then
index = index + 1
local treasure = {}
local Id = jewel.Id