Skip to content

Commit 3e517a3

Browse files
authored
Update All In One.lua
1 parent b668344 commit 3e517a3

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
@@ -95,7 +95,8 @@ end
9595

9696
function drop_all_item()
9797
for k, v in pairs(GetInventory()) do
98-
SendPacket(2, "action|dialog_return\ndialog_name|drop\nitem_drop|".. v.id .. "|\nitem_count|"..v.amount.."\n")
98+
SendPacket(2, "action|dialog_return\ndialog_name|drop\nitem_drop|".. v.id .. "|\nitem_count|"..v.amount.."\n")
99+
Sleep(300)
99100
end
100101
end
101102

0 commit comments

Comments
 (0)