Posts by xdeekinx

    Please replace line 289

    Code
    common_f.logger.logError("Failed to get CreditPrice for childItem {" + childItem._tpl + "}, of Inventory Item: {" + item._id);"

    with this one:

    Code
    common_f.logger.logError("Failed to get CreditPrice for childItem {" + childItem._tpl + "}, of Inventory Item: {" + item._id +"}");

    This helped fix my error with trader inventories not loading, now I have a problem where everything I sell them is only 1 dollar/euro/rouble.