From 0d71a641487ac45a11e9613133270374d5b530d3 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 4 Jun 2015 16:45:48 +0530 Subject: Fixes Still cutin. Reference: rathena/rathena@2330caaf0c26c03119f908e739f8b685e90323dc Signed-off-by: Haru --- npc/pre-re/guides/guides_payon.txt | 4 ++-- npc/re/guides/guides_payon.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') 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; } } -- cgit v1.2.3-60-g2f50