diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index a84fe92d..6ce4cd76 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -906,9 +906,6 @@ static int trade(lua_State *s) ** * Valid only for character entities. * - * The boolean values `inInventory` and `inEquipment` make possible to - * select whether equipped or carried items must be counted. - * * **Return values:** A number of integers with the amount of items `id` or * `name` carried or equipped by the character. */