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.147 by root, Tue Apr 22 02:46:18 2008 UTC vs.
Revision 1.148 by root, Tue Apr 22 04:06:07 2008 UTC

412 * stat will not be raised by them. fix_player just clears 412 * stat will not be raised by them. fix_player just clears
413 * up all the stats. 413 * up all the stats.
414 */ 414 */
415 CLEAR_FLAG (tmp, FLAG_APPLIED); 415 CLEAR_FLAG (tmp, FLAG_APPLIED);
416 op->update_stats (); 416 op->update_stats ();
417 op->decrease (); 417 tmp->decrease ();
418 return 1; 418 return 1;
419} 419}
420 420
421/**************************************************************************** 421/****************************************************************************
422 * Weapon improvement code follows 422 * Weapon improvement code follows

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines