diff --git a/module/rdd-utility.js b/module/rdd-utility.js index 34aeeb6f..9d752b95 100644 --- a/module/rdd-utility.js +++ b/module/rdd-utility.js @@ -166,7 +166,7 @@ export class RdDUtility { data.data.armes = this.checkNull(data.itemsByType['arme']); data.data.armures = this.checkNull(data.itemsByType['armure']); data.data.livres = this.checkNull(data.itemsByType['livre']); - data.data.potions = this.checkNull(data.itemsByType['potions']); + data.data.potions = this.checkNull(data.itemsByType['potion']); data.data.ingredients = this.checkNull(data.itemsByType['ingredient']); data.data.munitions = this.checkNull(data.itemsByType['munition']); data.data.herbes = this.checkNull(data.itemsByType['herbe']); diff --git a/system.json b/system.json index 033a0e77..7905ed2d 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "0.9.80", + "version": "0.9.81", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.6", "templateVersion": 48,