Изменения

Модуль:Инвентарный слот

21 байт убрано, 19:51, 20 августа 2016
Нет описания правки
if modAliases and modAliases[id] then
alias = modAliases[id]
elseif aliases and aliases[id] and not frameParts.mod == '' then
alias = aliases[id]
end
if alias and not frameParts.mod then
table.insert( frames, p.expandAlias( frameParts, alias ) )
else