From c890edd419b139e603f1267bfcd7ad26da10f779 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:03:23 -0400 Subject: [PATCH] Update nw_s2_familiar.nss Bonded Summoner's familiar should continue to spawn into epic levels. --- nwn/nwnprc/trunk/spells/nw_s2_familiar.nss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwn/nwnprc/trunk/spells/nw_s2_familiar.nss b/nwn/nwnprc/trunk/spells/nw_s2_familiar.nss index 42ffecb4..659b0e02 100644 --- a/nwn/nwnprc/trunk/spells/nw_s2_familiar.nss +++ b/nwn/nwnprc/trunk/spells/nw_s2_familiar.nss @@ -128,7 +128,7 @@ void BondedSummoner(object oPC) case 7: case 8: sResRef = "nw_s_"+sElem+"great"; break; case 9: - case 10: sResRef = "nw_s_"+sElem+"elder"; break; + default: sResRef = "nw_s_"+sElem+"elder"; break; } oFam = CreateLocalNPC(oPC, ASSOCIATE_TYPE_FAMILIAR, sResRef, PRCGetSpellTargetLocation(), NPC_BONDED_FAMILIAR);