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

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.90 by root, Mon Oct 29 23:55:55 2012 UTC vs.
Revision 1.91 by root, Wed Nov 21 12:12:03 2012 UTC

1345 { 1345 {
1346 new_draw_info (NDI_UNIQUE, 0, op, "Which spell do you want to forget?"); 1346 new_draw_info (NDI_UNIQUE, 0, op, "Which spell do you want to forget?");
1347 return 0; 1347 return 0;
1348 } 1348 }
1349 1349
1350 spell = lookup_spell_by_name (op, params); 1350 spell = op->find_spell (params);
1351 if (spell == NULL) 1351 if (spell == NULL)
1352 { 1352 {
1353 new_draw_info_format (NDI_UNIQUE, 0, op, "You do not know the spell %s.", params); 1353 new_draw_info_format (NDI_UNIQUE, 0, op, "You do not know the spell %s.", params);
1354 return 0; 1354 return 0;
1355 } 1355 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines