diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 10:30:14 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 22:09:03 -0400 |
commit | 414b37aedff74320b0c991a113e752fa3e014bd7 (patch) | |
tree | a2b03602e3c54a9968f5b8961dc5fab85da8b803 /world/map/npc/009-4/barriers.txt | |
parent | da0f4578b83cc2f9df249dc1bb5bb33d720cb7a8 (diff) | |
download | serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.gz serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.bz2 serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.tar.xz serverdata-414b37aedff74320b0c991a113e752fa3e014bd7.zip |
a few fixes/modifications here and there
Diffstat (limited to 'world/map/npc/009-4/barriers.txt')
-rw-r--r-- | world/map/npc/009-4/barriers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/009-4/barriers.txt b/world/map/npc/009-4/barriers.txt index f629722f..f82df12f 100644 --- a/world/map/npc/009-4/barriers.txt +++ b/world/map/npc/009-4/barriers.txt @@ -269,12 +269,12 @@ L_Deny_Final_Passage: L_Allow_Final_Passage: if (OrumQuest < 11) goto L_Advance_Quest; - close; + end; L_Advance_Quest: message strcharinfo(0), "The torches dim as you enter. At last you finally have access!"; set OrumQuest, 11; - close; + end; } 009-4,48,38,0|script|#OrumCaveEndBarrier|32767,0,0 |