tcx_xiyou_yueNan
PC-202302260912\Administrator 2025-01-03 17:44:44 +08:00
parent ca366e9007
commit 8be69750a4
1 changed files with 3 additions and 0 deletions

View File

@ -1063,6 +1063,9 @@ end
-- 将drop的数据解析存进临时背包, isSave 为true 为保存进临时背包
function this.GetItemListFromTempBag(drop, isSave)
if drop==nil then
return
end
local itemDataList = {}
if drop.itemlist ~= nil and #drop.itemlist > 0 then
for i = 1, #drop.itemlist do