模块:ItemInfo:修订间差异

添加8字节 、​ 2024年6月8日 (星期六)
修正错误
(修正错误)
(修正错误)
第41行: 第41行:
     local game = 'AT1'
     local game = 'AT1'
     local ret = {}
     local ret = {}
     if recry.s_prod == -1 then
     if recry.s_prod == '-1' then
         ret.s_prod = nil
         ret.s_prod = nil
     else
     else
         ret.s_prod = getNameById(game, recry.s_prod)
         ret.s_prod = getNameById(game, recry.s_prod)
     end
     end
     if recry.a_prod == -1 then
     if recry.a_prod == '-1' then
         ret.a_prod = nil
         ret.a_prod = nil
     else
     else
         ret.a_prod = getNameById(game, recry.a_prod)
         ret.a_prod = getNameById(game, recry.a_prod)
     end
     end
     if recry.b_prod == -1 then
     if recry.b_prod == '-1' then
         ret.b_prod = nil
         ret.b_prod = nil
     else
     else
         ret.b_prod = getNameById(game, recry.b_prod)
         ret.b_prod = getNameById(game, recry.b_prod)
     end
     end
     if recry.c_prod == -1 then
     if recry.c_prod == '-1' then
         ret.c_prod = nil
         ret.c_prod = nil
     else
     else
1,075

个编辑