View Single Post
  #1  
Old 02-28-2004, 01:54 AM
krusher
Sarnak
 
Join Date: Jan 2003
Location: Grand Rapids, MI
Posts: 90
Default 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);
Reply With Quote