diff --git a/expansions/script/c60001173.lua b/expansions/script/c60001173.lua
index cbb5f4e6eb28c5a0dceeccf3727aa745ffb9ccdd..82716a9ff1427831972d12e0fe62405fc4380de8 100644
--- a/expansions/script/c60001173.lua
+++ b/expansions/script/c60001173.lua
@@ -98,6 +98,7 @@ function c60001173.ntop(e,tp,eg,ep,ev,re,r,rp)
 		Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
 		local g=Duel.SelectMatchingCard(tp,c60001173.ntfil,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil,code1,code2)
 		Duel.SendtoHand(g,nil,REASON_EFFECT)
+		Duel.ConfirmCards(1-tp,g)
 	end
 	e:Reset()
 end
diff --git a/expansions/script/c60001176.lua b/expansions/script/c60001176.lua
index 5ea3889fe283d1424b05cab41f32ce6a9412653b..3d7f33df01a40b9bce0416287f4d7c7b8f198228 100644
--- a/expansions/script/c60001176.lua
+++ b/expansions/script/c60001176.lua
@@ -96,6 +96,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
 		local tg2=g:Select(tp,1,1,nil)
 		tg1:Merge(tg2)
 		Duel.SendtoHand(tg1,tp,REASON_EFFECT)
+		Duel.ConfirmCards(1-tp,tg1)
 	end
 end
 function cm.mstfil(c)