diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-16 13:46:30 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-16 13:46:30 -0500 |
commit | bf2fb07125cb29e8a5d50ba07557ac6923559014 (patch) | |
tree | adb9861996a0e56b36bda93469335eb3518d5214 /npc/009-4 | |
parent | 3e8ffc076157ebc3cb5e325fba8f387171abc4b8 (diff) | |
download | serverdata-bf2fb07125cb29e8a5d50ba07557ac6923559014.tar.gz serverdata-bf2fb07125cb29e8a5d50ba07557ac6923559014.tar.bz2 serverdata-bf2fb07125cb29e8a5d50ba07557ac6923559014.tar.xz serverdata-bf2fb07125cb29e8a5d50ba07557ac6923559014.zip |
minor fix to orum.txt
close instead of next on orum.txt to fix a bug
Diffstat (limited to 'npc/009-4')
-rw-r--r-- | npc/009-4/orum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt index 63ff702e..927fc939 100644 --- a/npc/009-4/orum.txt +++ b/npc/009-4/orum.txt @@ -647,5 +647,5 @@ L_Ready_Cavern: L_Got_Reward:
mes "\"You've done enough here to help. I will go the rest of the way alone so that your life is not endangered..\"";
- next;
+ close;
}
|