diff options
author | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 10:18:03 +0000 |
---|---|---|
committer | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 10:18:03 +0000 |
commit | af6a52623ecd2cc2e3597ef6bb53210d18d67d40 (patch) | |
tree | 5c887a1b34105e8e7e1ed5b94797eeaef056e34f /npc/quests/quests_morocc.txt | |
parent | 5c9714638fab10736d02d7dbfb53ca61461a2956 (diff) | |
download | hercules-af6a52623ecd2cc2e3597ef6bb53210d18d67d40.tar.gz hercules-af6a52623ecd2cc2e3597ef6bb53210d18d67d40.tar.bz2 hercules-af6a52623ecd2cc2e3597ef6bb53210d18d67d40.tar.xz hercules-af6a52623ecd2cc2e3597ef6bb53210d18d67d40.zip |
bugreport:4100 fix
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15182 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 85e8973fc..365c4d939 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -4418,8 +4418,9 @@ prt_castle,117,163,5 script Inspector#prince 755,{ case 1: mes "[Inspector]"; mes "If you know it, why are you here? Get out of here!"; + close2; warp "prontera",155,353; - close; + end; case 2: mes "[Inspector]"; mes "......"; |