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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.179 by root, Sun Jul 29 05:47:00 2018 UTC vs.
Revision 1.180 by root, Wed Nov 14 19:40:44 2018 UTC

293 LOG (llevError, "ITEMBUG: %s: body_shield %d != -1\n", debug_desc (), slot [body_shield].info); 293 LOG (llevError, "ITEMBUG: %s: body_shield %d != -1\n", debug_desc (), slot [body_shield].info);
294 slot [body_shield].info = -1; 294 slot [body_shield].info = -1;
295 } 295 }
296 break; 296 break;
297 297
298 case CONTAINER:
299 if (nrof)
300 {
301 LOG (llevError, "ITEMBUG: %s: stackable container\n", debug_desc ());
302 nrof = 0;
303 }
304 break;
305
298 case PLAYER: 306 case PLAYER:
299 if (slot [body_shield].info != 1) 307 if (slot [body_shield].info != 1)
300 { 308 {
301 LOG (llevError, "ITEMBUG: %s: body_shield %d != 1\n", debug_desc (), slot [body_shield].info); 309 LOG (llevError, "ITEMBUG: %s: body_shield %d != 1\n", debug_desc (), slot [body_shield].info);
302 slot [body_shield].info = 1; 310 slot [body_shield].info = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines