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

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.68 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.69 by root, Fri Aug 29 02:12:25 2008 UTC

166command_fix_me (object *op, char *params) 166command_fix_me (object *op, char *params)
167{ 167{
168 op->update_weight (); 168 op->update_weight ();
169 op->update_stats (); 169 op->update_stats ();
170 new_draw_info (NDI_UNIQUE, 0, op, "Your character was fixed."); 170 new_draw_info (NDI_UNIQUE, 0, op, "Your character was fixed.");
171
172 return 1;
173}
174
175int
176command_logs (object *op, char *params)
177{
178 new_draw_info (NDI_UNIQUE, 0, op, "Nobody is currently logging kills.");
179 171
180 return 1; 172 return 1;
181} 173}
182 174
183int 175int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines