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.122 by root, Wed May 9 11:32:31 2007 UTC vs.
Revision 1.123 by root, Fri May 11 21:07:14 2007 UTC

269 case HORN: 269 case HORN:
270 case BOW: 270 case BOW:
271 case SKILL: 271 case SKILL:
272 case SKILL_TOOL: 272 case SKILL_TOOL:
273 case WEAPON: 273 case WEAPON:
274 fprintf (stderr, "applied<%s>\n", &op->name);//D
275 apply_special (ob, op, AP_UNAPPLY); 274 apply_special (ob, op, AP_UNAPPLY);
276 apply_special (ob, op, AP_APPLY); 275 apply_special (ob, op, AP_APPLY);
277 break; 276 break;
278 } 277 }
279 278

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines