模块:ItemInfo:修订间差异
跳转到导航
跳转到搜索
修复错误
(不知道哪里错了) |
(修复错误) |
||
第213行: | 第213行: | ||
arguments['来源' .. i .. '/类别'] = item.src[i].type | arguments['来源' .. i .. '/类别'] = item.src[i].type | ||
if item.src[i].type == '敌' then | if item.src[i].type == '敌' then | ||
arguments['来源' .. i .. '/详细'] = | arguments['来源' .. i .. '/详细'] = ei.getFoeInfoById('AT1', item.src[i].desc).name | ||
else | else | ||
arguments['来源' .. i .. '/详细'] = item.src[i].desc | arguments['来源' .. i .. '/详细'] = item.src[i].desc |