From 171af64f8ce2da2a021d87f1f52beab211b948ec Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 29 Jul 2024 21:41:25 -0700 Subject: [PATCH] Update LuaApi.cpp --- library/LuaApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/LuaApi.cpp b/library/LuaApi.cpp index d31edc5fa3..177d0b74e2 100644 --- a/library/LuaApi.cpp +++ b/library/LuaApi.cpp @@ -2438,7 +2438,7 @@ static const luaL_Reg dfhack_items_funcs[] = { { "getOuterContainerRef", items_getOuterContainerRef }, { "getContainedItems", items_getContainedItems }, { "moveToBuilding", items_moveToBuilding }, - { "moveToInventory", items_moveToBuilding }, + { "moveToInventory", items_moveToInventory }, { "createItem", items_createItem }, { NULL, NULL } };