Mastery of spellweaving suggests you dont need other weavers for arcane circle. But when using it in my home it says there is not enough weavers.
Need to check what happens in OSI. But the easiest fix would be to add a mastery check here.
Need to check what happens in OSI. But the easiest fix would be to add a mastery check here.
if (GetArcanists().Count < 2)
{
Caster.SendLocalizedMessage(1080452); //There are not enough spellweavers present to create an Arcane Focus.
return false;
}
