Hello,
I did not find in the average configuration to disable the respawn of the PNJ during the raids
I did not find in the average configuration to disable the respawn of the PNJ during the raids
if (raid.Options.RespawnRate > 0)
{
raid.RespawnNpc();
return;
}