Gestion des signes draconiques #455
| @@ -205,7 +205,7 @@ export class RdDItem extends Item { | ||||
|     if (chatData.hasPrice) { | ||||
|       if (quantiteEnvoi > 0) | ||||
|         chatData.postQuantity = Number(quantiteEnvoi); | ||||
|       if (prixTotal > 0) { | ||||
|       if (prixTotal >= 0) { | ||||
|         chatData.postPrice = prixTotal; | ||||
|         chatData.data.cout_deniers = Math.floor(prixTotal * 100); // Mise à jour cout en deniers | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user