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.66 by root, Sun Apr 20 06:20:38 2008 UTC vs.
Revision 1.67 by root, Sun Apr 20 23:25:09 2008 UTC

163} 163}
164 164
165int 165int
166command_fix_me (object *op, char *params) 166command_fix_me (object *op, char *params)
167{ 167{
168 sum_weight (op); 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 171
172 return 1; 172 return 1;
173} 173}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines