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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.42 by root, Wed Apr 9 14:36:47 2008 UTC vs.
Revision 1.43 by root, Sun Apr 13 20:21:50 2008 UTC

574 break; 574 break;
575 575
576 case ALTAR: 576 case ALTAR:
577 case TRIGGER_ALTAR: 577 case TRIGGER_ALTAR:
578 case IDENTIFY_ALTAR: 578 case IDENTIFY_ALTAR:
579 case CONVERTER:
579 if (op->slaying == shstr_money) 580 if (op->slaying == shstr_money)
580 { 581 {
581 bool wrap = !!buf.size (); 582 bool wrap = !!buf.size ();
582 583
583 if (wrap) buf << " ["; 584 if (wrap) buf << " [";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines