forked from public/foundryvtt-reve-de-dragon
		
	Fix: suppression du message si qty=0
This commit is contained in:
		| @@ -3594,7 +3594,7 @@ export class RdDActor extends Actor { | |||||||
|  |  | ||||||
|     if (!vente.quantiteIllimite) { |     if (!vente.quantiteIllimite) { | ||||||
|       if (vente.quantiteNbLots <= achat.nombreLots) { |       if (vente.quantiteNbLots <= achat.nombreLots) { | ||||||
|         ChatUtility.removeChatMessageId(chatMessageIdVente); |         ChatUtility.removeChatMessageId(achat.chatMessageIdVente); | ||||||
|       } |       } | ||||||
|       else { |       else { | ||||||
|         vente["properties"] = new RdDItem(vente.item).getProprietes(); |         vente["properties"] = new RdDItem(vente.item).getProprietes(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user