diff options
Diffstat (limited to 'npc/re/guides/guides_payon.txt')
-rw-r--r-- | npc/re/guides/guides_payon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |