Skip to content

Commit 84a9c7a

Browse files
authored
fix "Miracle Raven"
typo from previous commit
1 parent 8d99b28 commit 84a9c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c101301084.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
5454
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
5555
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
5656
end
57-
function s.spop(e,tp,eg,ep,ev,re,r,rp)
57+
function s.thop(e,tp,eg,ep,ev,re,r,rp)
5858
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
5959
local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_DECK,0,1,1,nil)
6060
if #g>0 then

0 commit comments

Comments
 (0)