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.38 by root, Fri Feb 23 21:52:21 2007 UTC vs.
Revision 1.39 by pippijn, Thu Mar 1 12:28:16 2007 UTC

1006 1006
1007int 1007int
1008cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg) 1008cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg)
1009{ 1009{
1010 int success; 1010 int success;
1011 player *pl;
1012 object *spell; 1011 object *spell;
1013 1012
1014 if (!spell_ob->other_arch) 1013 if (!spell_ob->other_arch)
1015 { 1014 {
1016 LOG (llevError, "cast_party_spell: empty other arch\n"); 1015 LOG (llevError, "cast_party_spell: empty other arch\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines