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

Comparing deliantra/server/server/player.C (file contents):
Revision 1.137 by root, Thu May 17 14:14:55 2007 UTC vs.
Revision 1.138 by root, Thu May 17 20:27:01 2007 UTC

272 { 272 {
273 case WAND: 273 case WAND:
274 case ROD: 274 case ROD:
275 case HORN: 275 case HORN:
276 case BOW: 276 case BOW:
277 case SKILL:
278 case SKILL_TOOL: 277 case SKILL_TOOL:
279 case WEAPON: 278 case WEAPON:
280 apply_special (ob, op, AP_UNAPPLY); 279 op->flag [FLAG_APPLIED] = false;
281 apply_special (ob, op, AP_APPLY); 280 apply_special (ob, op, AP_APPLY);
282 break; 281 break;
283 } 282 }
284 283
285 ob->update_stats (); 284 ob->update_stats ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines