法宝合成修改提交
parent
fd4f7908c3
commit
15607b8b70
|
@ -179,7 +179,7 @@ function this.GetAllTabletTreasuresByRace(_index)
|
||||||
local jewel = configInfo
|
local jewel = configInfo
|
||||||
if jewel then
|
if jewel then
|
||||||
-- 获取同类型的所有表中的数据 (最低品质为2 不显示最低品质)
|
-- 获取同类型的所有表中的数据 (最低品质为2 不显示最低品质)
|
||||||
if jewel.Race == _index and jewel.Level > 2 then
|
if jewel.Race == _index and jewel.Level > 3 then
|
||||||
index = index + 1
|
index = index + 1
|
||||||
local treasure = {}
|
local treasure = {}
|
||||||
local Id = jewel.Id
|
local Id = jewel.Id
|
||||||
|
|
Loading…
Reference in New Issue