tcx_xiyou_yueNan
parent
ca366e9007
commit
8be69750a4
|
@ -1063,6 +1063,9 @@ end
|
||||||
|
|
||||||
-- 将drop的数据解析存进临时背包, isSave 为true 为保存进临时背包
|
-- 将drop的数据解析存进临时背包, isSave 为true 为保存进临时背包
|
||||||
function this.GetItemListFromTempBag(drop, isSave)
|
function this.GetItemListFromTempBag(drop, isSave)
|
||||||
|
if drop==nil then
|
||||||
|
return
|
||||||
|
end
|
||||||
local itemDataList = {}
|
local itemDataList = {}
|
||||||
if drop.itemlist ~= nil and #drop.itemlist > 0 then
|
if drop.itemlist ~= nil and #drop.itemlist > 0 then
|
||||||
for i = 1, #drop.itemlist do
|
for i = 1, #drop.itemlist do
|
||||||
|
|
Loading…
Reference in New Issue