diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index 1c5d54364076d8902f0e881506787ae803fea753..915e497ff163eaf3162bfacb917af729b89d57c9 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -798,7 +798,10 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
 					() => {
 						Object.assign(slave, object.updateSlave);
 						refresh();
-					}
+					},
+					[],
+					"",
+					object.note
 				)
 			);
 		}