improve getFleaPriceForItem() warning message

This commit is contained in:
Dev 2023-06-17 11:47:50 +01:00
parent 3918bf785e
commit de1b33b963

View File

@ -104,7 +104,7 @@ export class RagfairPriceService implements OnLoad
if (itemPrice === 1)
{
this.logger.debug(`Missing item price for ${tplId}`);
this.logger.warning(`Missing live flea or handbook item price for ${tplId}, defaulting to 1, if this is a modded item contact the mods author`);
}
return itemPrice;