summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/pre-re/guides/guides_payon.txt4
-rw-r--r--npc/re/guides/guides_payon.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/guides/guides_payon.txt b/npc/pre-re/guides/guides_payon.txt
index 44dd6a4a4..f373b00e2 100644
--- a/npc/pre-re/guides/guides_payon.txt
+++ b/npc/pre-re/guides/guides_payon.txt
@@ -184,7 +184,7 @@ payon,162,67,4 script Guide#pay 4_M_PAY_SOLDIER,{
break;
}
}
- cutin "pay_soldier",255;
+ cutin "",255;
end;
}
@@ -289,6 +289,6 @@ pay_arche,85,30,2 script Guide#2pay 4_M_PAY_SOLDIER,{
break;
}
}
- cutin "pay_soldier",255;
+ cutin "",255;
end;
}
diff --git a/npc/re/guides/guides_payon.txt b/npc/re/guides/guides_payon.txt
index b363a1dba..f161dafb0 100644
--- a/npc/re/guides/guides_payon.txt
+++ b/npc/re/guides/guides_payon.txt
@@ -177,7 +177,7 @@ payon,163,64,3 script Guide#01payon::GuidePayon 4_M_PAY_SOLDIER,{
mes "[Payon Guide]";
mes "Enjoy your stay.";
close;
- cutin "pay_soldier",255;
+ cutin "",255;
end;
}
}
@@ -285,7 +285,7 @@ pay_arche,86,33,4 script Guide#05payon 4_M_PAY_SOLDIER,{
mes "[Payon Guide]";
mes "Enjoy your stay.";
close2;
- cutin "pay_soldier",255;
+ cutin "",255;
end;
}
}