| 
				 Scribe Spells Bug. 
 Special thanks to Abbott for tracking this down.
 This fixes the caster scribe spell issue.
 
 Change
 
 -client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
 false);
 
 To:
 
 +client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
 true);
 |