Selling items to a trader does not fully remove them from inventory (not "SCHEDULED_EXECUTOR")

Post Reply
User avatar
Adambean
Large cart builder
Large cart builder
Posts: 7
Joined: Fri Sep 04, 2020 8:57 pm
Location: Cardiff, South Wales
Contact:

Selling items to a trader does not fully remove them from inventory (not "SCHEDULED_EXECUTOR")

Post by Adambean »

A while back I posted an issue about not being able to pick stuff up. Long story short to that was that items I was selling to a common trader were not being fully removed from my inventory.

Thread and SQL fix:
https://forum.wurmonline.com/index.php? ... nt-at-all/

My WU server INI file does already do the stuff for synchronous item database updates:

Code: Select all

USE_SCHEDULED_EXECUTOR_TO_UPDATE_ITEM_LASTOWNER_IN_DATABASE=false
USE_SCHEDULED_EXECUTOR_TO_UPDATE_ITEM_OWNER_IN_DATABASE=false
USE_SCHEDULED_EXECUTOR_TO_UPDATE_ITEM_PARENT_IN_DATABASE=false
Obviously like any other bug CC have ignored it entirely. Do any other server ops get this issue?

Post Reply