Skip to content

Commit b668344

Browse files
authored
Update All In One.lua
1 parent 7c8b2f0 commit b668344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

All In One.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ end
7777

7878
function recycle_all_item()
7979
for k, v in pairs(GetInventory()) do
80-
SendPacket(2, "action|dialog_return\ndialog_name|trash\nitem_trash|".. v.id .. "|\nitem_count|"..v.amount.."\n")
80+
SendPacket(2, "action|dialog_return\ndialog_name|trash\nitem_trash|".. v.id .. "|\nitem_count|"..v.amount.."\n")
81+
Sleep(300)
8182
end
8283
end
8384

0 commit comments

Comments
 (0)