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.69 by root, Sun Apr 5 20:35:33 2009 UTC vs.
Revision 1.70 by root, Sun Apr 5 20:38:20 2009 UTC

1135 /* Return if exactly one archetype matches. */ 1135 /* Return if exactly one archetype matches. */
1136 if (found) 1136 if (found)
1137 return arch_to_object (found); 1137 return arch_to_object (found);
1138 1138
1139 /* No spell found: just print an error message. */ 1139 /* No spell found: just print an error message. */
1140 new_draw_info_format (NDI_UNIQUE, 0, op, "The spell %s does not exist.", &spell_name); 1140 new_draw_info_format (NDI_UNIQUE, 0, op, "The spell does not exist.");
1141 1141
1142 return NULL; 1142 return NULL;
1143} 1143}
1144 1144
1145static int 1145static int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines