Here’s the problem: [2024.10.18-14.44.08:364][ 60]ConanSandbox:Warning: ThrallActorClass was not loaded when trying to SpawnThrall. Forcing sync load of /Game/Characters/NPCs/Tavern/BP_BaseNPC_Barkeeper_Thrall
The path to the Barkeeper blueprint changed. If you place a brand new Barkeeper, you’ll see a difference. New one is highlighted.
This query will fix it. Run it when the server is offline and make sure you test on a backup before modifying your real DB.
update actor_position set class = '/Game/Characters/NPCs/Tavern/BP_BaseNPC_Barkeeper_Thrall.BP_BaseNPC_Barkeeper_Thrall_C'
where class = '/Game/Systems/Tavern/NPCs/BP_BaseNPC_Barkeeper_Thrall.BP_BaseNPC_Barkeeper_Thrall_C';