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

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.49 by root, Mon May 28 21:28:36 2007 UTC vs.
Revision 1.50 by root, Mon Jun 4 12:19:09 2007 UTC

141 for (at = first_archetype; at; at = at->next) 141 for (at = first_archetype; at; at = at->next)
142 { 142 {
143 if (at->clone.type == SPELL) 143 if (at->clone.type == SPELL)
144 { 144 {
145 fprintf (stderr, "%s:%s:%s:%s:%d\n", &at->clone.name, 145 fprintf (stderr, "%s:%s:%s:%s:%d\n", &at->clone.name,
146 &at->name, at->clone.other_arch ? &at->clone.other_arch->name : "<nil>", &at->clone.skill, at->clone.level); 146 &at->archname, at->clone.other_arch ? &at->clone.other_arch->archname : "<nil>", &at->clone.skill, at->clone.level);
147 } 147 }
148 } 148 }
149} 149}
150 150
151/* pretty basic function - basically just takes 151/* pretty basic function - basically just takes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines