Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: house transfer item to owner (opentibiabr#3258)
This fixes an issue with the house item transfer system during server startup. Specifically, the `getPlayerByGUID` function was not passing `true` to retrieve offline players, which caused items belonging to offline players to be removed instead of being correctly transferred to their inbox. Additionally, the logic for handling ownership of items was improved to ensure the correct transfer of items to their respective owners, even when no players are online during server startup.
- Loading branch information