summaryrefslogtreecommitdiff
path: root/npc/pre-re/guides
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-06-04 16:45:48 +0530
committerHaru <haru@dotalux.com>2015-06-25 13:19:53 +0200
commit0d71a641487ac45a11e9613133270374d5b530d3 (patch)
tree9584c9d1392e6c15e39cb2b1db6fdabb59c0e48a /npc/pre-re/guides
parent1ba6128c22ef037e4c9eb2f010f6353570c0c201 (diff)
downloadhercules-0d71a641487ac45a11e9613133270374d5b530d3.tar.gz
hercules-0d71a641487ac45a11e9613133270374d5b530d3.tar.bz2
hercules-0d71a641487ac45a11e9613133270374d5b530d3.tar.xz
hercules-0d71a641487ac45a11e9613133270374d5b530d3.zip
Fixes Still cutin.
Reference: rathena/rathena@2330caaf0c26c03119f908e739f8b685e90323dc Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/pre-re/guides')
-rw-r--r--npc/pre-re/guides/guides_payon.txt4
1 files changed, 2 insertions, 2 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;
}