diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-13 00:03:49 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-13 00:03:49 +0000 |
commit | fd94d382a036d0e489177df31830bb5dab8155d7 (patch) | |
tree | 4f48a41c7e8b35c760b5b1468a7413aff70bd3b8 | |
parent | 23cac19923e997858fe335997e59789a6a72924d (diff) | |
download | hercules-fd94d382a036d0e489177df31830bb5dab8155d7.tar.gz hercules-fd94d382a036d0e489177df31830bb5dab8155d7.tar.bz2 hercules-fd94d382a036d0e489177df31830bb5dab8155d7.tar.xz hercules-fd94d382a036d0e489177df31830bb5dab8155d7.zip |
- Fixed a 'next' and a window that didn't close in Orc's Memory.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14198 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/instances/OrcsMemory.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/instances/OrcsMemory.txt b/npc/instances/OrcsMemory.txt index 928989187..b7b1896b3 100644 --- a/npc/instances/OrcsMemory.txt +++ b/npc/instances/OrcsMemory.txt @@ -233,7 +233,7 @@ gef_fild10,238,202,6 script Mad Scientist#orc 865,{ case 2: mes "[Mad Scientist]"; mes "You are a pretty distrustful person, huh?"; - return + next; break; } switch(select("Oh? Like what, travel to alternate space?")) { @@ -271,8 +271,8 @@ gef_fild10,238,202,6 script Mad Scientist#orc 865,{ else { mes "[Mad Scientist]"; mes "Hmm? Put your hand on that Monemus Statue if you want to experience traveling through dimensions!"; - close; } + close; } // Orc's Memory Floor 1 |