diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 19:06:27 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 19:06:27 +0000 |
commit | 7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e (patch) | |
tree | dde806d7d2548d67196fecbc55154b1f524eae96 /npc/jobs | |
parent | 471eeea2f896b96fd76bbe0f285e7cad1ab76060 (diff) | |
download | hercules-7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e.tar.gz hercules-7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e.tar.bz2 hercules-7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e.tar.xz hercules-7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e.zip |
Fixed a missing " in the gunslinger jobquest script
-please test if the scripts crash the map-server before commiting them
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6471 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index bdbd44fe6..202759bb0 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -260,7 +260,7 @@ if (gs_quest == 1) { if (countitem(519) > 1) && (gs_quest == 4) {
mes @npcname$;
mes "THAT'S IT!! I was missing the Milk! Oh yes, thanks so much, will you give it to me?";
- switch(select("Yes, take it please:Sorry but I need it)) {
+ switch(select("Yes, take it please:Sorry but I need it")) {
case 1:
next;
mes @npcname$;
|