--- deliantra/server/common/loader.C 2018/07/29 05:47:00 1.179 +++ deliantra/server/common/loader.C 2018/11/14 19:40:44 1.180 @@ -295,6 +295,14 @@ } break; + case CONTAINER: + if (nrof) + { + LOG (llevError, "ITEMBUG: %s: stackable container\n", debug_desc ()); + nrof = 0; + } + break; + case PLAYER: if (slot [body_shield].info != 1) {