diff options
Diffstat (limited to 'npc/guides/guides_pay.txt')
-rw-r--r-- | npc/guides/guides_pay.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/guides/guides_pay.txt b/npc/guides/guides_pay.txt index 4ac59a0df..4023cf2e2 100644 --- a/npc/guides/guides_pay.txt +++ b/npc/guides/guides_pay.txt @@ -21,7 +21,7 @@ //============================================================ -payon.gat,162,67,4 script Guide#pay1 708,{ +payon,162,67,4 script Guide#pay1 708,{ cutin "pay_soldier",2; mes "[Payon Guide]"; mes "Welcome to the mountain city of Payon."; @@ -145,7 +145,7 @@ L_END: close; } -pay_arche.gat,85,30,2 script Guide#pay2 708,{ +pay_arche,85,30,2 script Guide#pay2 708,{ cutin "pay_soldier",2; mes "[Payon Guide]"; mes "Welcome to the Archer Village."; @@ -217,4 +217,4 @@ L_END: mes "Be safe in your travels, brave adventurer."; cutin "pay_soldier",255; close; -} +}
\ No newline at end of file |