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.46 by root, Thu May 17 14:14:55 2007 UTC vs.
Revision 1.47 by root, Thu May 17 20:27:02 2007 UTC

1234 { 1234 {
1235 new_draw_info_format (NDI_UNIQUE, 0, op, "You lack the skill %s to use the %s", &caster->skill, query_name (caster)); 1235 new_draw_info_format (NDI_UNIQUE, 0, op, "You lack the skill %s to use the %s", &caster->skill, query_name (caster));
1236 return 0; 1236 return 0;
1237 } 1237 }
1238 1238
1239 change_skill (op, skill, 0); /* needed for proper exp credit */ 1239 op->change_skill (skill); /* needed for proper exp credit */
1240 } 1240 }
1241 1241
1242 switch (spell_ob->subtype) 1242 switch (spell_ob->subtype)
1243 { 1243 {
1244 /* The order of case statements is same as the order they show up 1244 /* The order of case statements is same as the order they show up

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines