Skip to content

Commit 30fd91c

Browse files
committed
1 parent 14e1784 commit 30fd91c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

serv/bin64/b2/lua/msg_custom/msg_25_5.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ function onMsg(me,merge_meta,merge)
3232
loot(i)
3333
end
3434

35+
print('aaaaaaaaaaaaaaa')
36+
for i=1,#t_item_get do
37+
print(t_item_get[i].itemID,'num',t_item_get[i].num)
38+
end
39+
3540
if nil~=conf.captureId and 0~=conf.captureId then
3641
local found = false
3742
for i=1,#me.heroes do
@@ -52,6 +57,11 @@ function onMsg(me,merge_meta,merge)
5257
end
5358
end
5459

60+
print('++++++++++++++++++++++++++++++++')
61+
for i=1,#t_item_get do
62+
print(t_item_get[i].itemID,'num',t_item_get[i].num)
63+
end
64+
5565
-- cache things
5666
local ca = { stage_id=stage_id, forma=(me.CurrentForm or 0)+1, pool=t_item_get }
5767
me._cache = ca

0 commit comments

Comments
 (0)