diff --git a/nwn/nwnprc/trunk/CompiledResources/PRC8_Tester.mod b/nwn/nwnprc/trunk/CompiledResources/PRC8_Tester.mod
index 66072b26..1392ffa2 100644
Binary files a/nwn/nwnprc/trunk/CompiledResources/PRC8_Tester.mod and b/nwn/nwnprc/trunk/CompiledResources/PRC8_Tester.mod differ
diff --git a/nwn/nwnprc/trunk/newspellbook/prc_amagsys_gain.nss b/nwn/nwnprc/trunk/newspellbook/prc_amagsys_gain.nss
index 071af283..10e7c3ac 100644
--- a/nwn/nwnprc/trunk/newspellbook/prc_amagsys_gain.nss
+++ b/nwn/nwnprc/trunk/newspellbook/prc_amagsys_gain.nss
@@ -80,10 +80,10 @@ void CheckSpellbooks(object oPC)
return;
if(GetIsRHDBard(oPC) && CheckMissingSpells(oPC, CLASS_TYPE_BARD, 0, 6))
return;
- if(!GetPRCSwitch(PRC_SORC_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, 0, 9))
+ if(!GetPRCSwitch(PRC_BARD_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_BARD, 0, 6))
return;
if(!GetPRCSwitch(PRC_SORC_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, 0, 9))
- return;
+ return;
if(CheckMissingSpells(oPC, CLASS_TYPE_SUEL_ARCHANAMACH, 1, 5))
return;
if(CheckMissingSpells(oPC, CLASS_TYPE_FAVOURED_SOUL, 0, 9))
diff --git a/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk b/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk
index 7b42de4a..9d467533 100644
Binary files a/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk and b/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk differ
diff --git a/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk.xml b/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk.xml
index 610dd554..06ac2ec8 100644
--- a/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk.xml
+++ b/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk.xml
@@ -71506,6 +71506,7 @@ Special Abilities:
- +4 racial bonus on Spellcraft checks.
- Will Sapper (Ex): Any creature damaged by a jaebrin trickster's bite must succeed on a Will save or take a -4 penalty on Will saves for 1 minute. The effect of multiple bites doesn't stack. The save DC is Constitution-based.
- Level Adjustment: +1
+ FcL
Plt
### BEGIN INVOKER MARKER FEATS#
Abjurant Champion Invoking (Warlock)
diff --git a/nwn/nwnprc/trunk/tlk/prc_consortium.tlk b/nwn/nwnprc/trunk/tlk/prc_consortium.tlk
index d8d9dd4f..9d467533 100644
Binary files a/nwn/nwnprc/trunk/tlk/prc_consortium.tlk and b/nwn/nwnprc/trunk/tlk/prc_consortium.tlk differ