ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/apply.C
(Generate patch)

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.115 by root, Tue Jul 10 06:48:02 2007 UTC vs.
Revision 1.116 by pippijn, Tue Jul 10 07:35:49 2007 UTC

1791 * if the player doesn't know the spell, doesn't make a lot of sense that 1791 * if the player doesn't know the spell, doesn't make a lot of sense that
1792 * they would have a special prayer mark. 1792 * they would have a special prayer mark.
1793 */ 1793 */
1794 if (check_spell_known (op, spell->name)) 1794 if (check_spell_known (op, spell->name))
1795 { 1795 {
1796 new_draw_info (NDI_UNIQUE, 0, op, "You already know that spell. H<It makes no sense to leanr spells twice, and would only waste the spellbook.>\n"); 1796 new_draw_info (NDI_UNIQUE, 0, op, "You already know that spell. H<It makes no sense to learn spells twice, and would only waste the spellbook.>\n");
1797 return; 1797 return;
1798 } 1798 }
1799 1799
1800 if (spell->skill) 1800 if (spell->skill)
1801 { 1801 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines