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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.210 by root, Fri Nov 6 13:03:34 2009 UTC vs.
Revision 1.211 by root, Fri Nov 6 13:31:47 2009 UTC

3762 3762
3763 if (object *pl = op->visible_to ()) 3763 if (object *pl = op->visible_to ())
3764 esrv_send_item (pl, op); 3764 esrv_send_item (pl, op);
3765 3765
3766 return 0; 3766 return 0;
3767}
3768
3769static int
3770monster_apply_special (object *who, object *op, int aflags)
3771{
3772 if (QUERY_FLAG (op, FLAG_UNPAID) && !QUERY_FLAG (op, FLAG_APPLIED))
3773 return 1;
3774
3775 return apply_special (who, op, aflags);
3776} 3767}
3777 3768
3778/** 3769/**
3779 * Map was just loaded, handle op's initialisation. 3770 * Map was just loaded, handle op's initialisation.
3780 * 3771 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines