diff options
author | DZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-10 00:56:24 +0000 |
---|---|---|
committer | DZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-10 00:56:24 +0000 |
commit | 1ac37b588a647abba8d15217001bc73f7874b5c4 (patch) | |
tree | 519df9ed3dfdf342b912fa3da41e8a00aace291e /npc/jobs/2-2e | |
parent | c1d2251d99a850708c0ac34aeccb1dd64cc03a1c (diff) | |
download | hercules-1ac37b588a647abba8d15217001bc73f7874b5c4.tar.gz hercules-1ac37b588a647abba8d15217001bc73f7874b5c4.tar.bz2 hercules-1ac37b588a647abba8d15217001bc73f7874b5c4.tar.xz hercules-1ac37b588a647abba8d15217001bc73f7874b5c4.zip |
- Changed close -> close2, as per bug report #1336.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12542 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2e')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 33811342c..b57179362 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -316,7 +316,7 @@ morocc_in,174,30,6 script Kid#link1 716,{ mes "your eyes and relax."; mes "We'll go back into the"; mes "depths of your mind."; - close; + close2; warp "job_soul",30,30; end; } |