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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.48 by root, Tue Apr 17 18:40:31 2007 UTC vs.
Revision 1.49 by root, Tue Apr 17 18:59:05 2007 UTC

1327 break; 1327 break;
1328 1328
1329 case KW_object: 1329 case KW_object:
1330 { 1330 {
1331 art->item = object::create (); 1331 art->item = object::create ();
1332 f.get (art->item->name);
1333 f.next ();
1332 1334
1333 if (!art->item->parse_kv (f)) 1335 if (!art->item->parse_kv (f))
1334 LOG (llevError, "Init_Artifacts: Could not load object.\n"); 1336 LOG (llevError, "Init_Artifacts: Could not load object.\n");
1335 1337
1336 al = find_artifactlist (art->item->type); 1338 al = find_artifactlist (art->item->type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines