Describe the bug
I have encountered a bug with the ESX.AddItems function. While the items are correctly added in game, they are not being created in the database (SQL).
Steps to Reproduce
- Use
ESX.AddItems to create a new item
- Check the database: the item is missing.
- Check the in-game inventory: the item is present.
Debug Info:
- OS: Windows
- FiveM Artifact windows:master:17000
- ESX Version: 1.13.4
- OXMysql : 2.12.0
Temporary Fix :
OLD :
NEW :

Describe the bug
I have encountered a bug with the
ESX.AddItemsfunction. While the items are correctly added in game, they are not being created in the database (SQL).Steps to Reproduce
ESX.AddItemsto create a new itemDebug Info:
Temporary Fix :
OLD :
NEW :