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.5 by root, Sun Aug 27 13:02:04 2006 UTC vs.
Revision 1.6 by root, Mon Aug 28 08:38:19 2006 UTC

1/* 1/*
2 * static char *rcsid_spell_util_c = 2 * static char *rcsid_spell_util_c =
3 * "$Id: spell_util.C,v 1.5 2006/08/27 13:02:04 root Exp $"; 3 * "$Id: spell_util.C,v 1.6 2006/08/28 08:38:19 root Exp $";
4 */ 4 */
5 5
6 6
7/* 7/*
8 CrossFire, A Multiplayer game for X-windows 8 CrossFire, A Multiplayer game for X-windows
1442 case SP_PARTY_SPELL: 1442 case SP_PARTY_SPELL:
1443 success = cast_party_spell (op, caster, dir, spell_ob, stringarg); 1443 success = cast_party_spell (op, caster, dir, spell_ob, stringarg);
1444 break; 1444 break;
1445 1445
1446 default: 1446 default:
1447 if (!INVOKE_OBJECT (CAST_SPELL, op, ARG_OBJECT (caster), ARG_OBJECT (spell_ob), ARG_STRING (stringarg))) 1447 if (!INVOKE_OBJECT (CAST_SPELL, spell_ob, ARG_OBJECT (op), ARG_OBJECT (caster), ARG_INT (dir), ARG_STRING (stringarg)))
1448 LOG (llevError,"cast_spell: Unhandled spell subtype %d\n", 1448 LOG (llevError,"cast_spell: Unhandled spell subtype %d\n",
1449 spell_ob->subtype); 1449 spell_ob->subtype);
1450 1450
1451 1451
1452 } 1452 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines