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.69 by root, Sat Feb 10 15:20:23 2007 UTC vs.
Revision 1.70 by root, Sat Feb 10 21:01:10 2007 UTC

1059 { 1059 {
1060 // it is in our env, so activate it, do not open yet 1060 // it is in our env, so activate it, do not open yet
1061 op->close_container (); 1061 op->close_container ();
1062 sack->flag [FLAG_APPLIED] = 1; 1062 sack->flag [FLAG_APPLIED] = 1;
1063 esrv_update_item (UPD_FLAGS, op, sack); 1063 esrv_update_item (UPD_FLAGS, op, sack);
1064 new_draw_info_format (NDI_UNIQUE, 0, this, "You ready %s.", query_name (sack)); 1064 new_draw_info_format (NDI_UNIQUE, 0, op, "You ready %s.", query_name (sack));
1065 return 1; 1065 return 1;
1066 } 1066 }
1067 1067
1068 // it's locked? 1068 // it's locked?
1069 if (sack->slaying) 1069 if (sack->slaying)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines