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.33 by root, Fri Jan 26 22:07:10 2007 UTC vs.
Revision 1.34 by root, Mon Feb 5 01:24:46 2007 UTC

492 at_spell = archetype::find (cp); 492 at_spell = archetype::find (cp);
493 if (!at_spell || at_spell->clone.type != SPELL) 493 if (!at_spell || at_spell->clone.type != SPELL)
494 at_spell = find_archetype_by_object_name (cp); 494 at_spell = find_archetype_by_object_name (cp);
495 if (!at_spell || at_spell->clone.type != SPELL) 495 if (!at_spell || at_spell->clone.type != SPELL)
496 { 496 {
497 strcpy (spell_name, cp); 497 assign (spell_name, cp);
498 fsp = strchr (spell_name, ' '); 498 fsp = strchr (spell_name, ' ');
499 if (fsp) 499 if (fsp)
500 { 500 {
501 *fsp = 0; 501 *fsp = 0;
502 fsp++; 502 fsp++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines