Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve nil index issue in destroy script callback (opentibiabr#…
…3117) Fixed an error in the item destruction script where calling `ActionsLib.destroyItem` resulted in a `nil` reference. The function call was adjusted to use `destroyItem` directly, ensuring the script works correctly and avoids global index errors.
- Loading branch information