diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-05 08:57:08 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-05 08:57:08 +0000 |
commit | 7fb4ab57b047ba9fad9002929e70973980050300 (patch) | |
tree | c3af4b804514dbd835152bec058defdf0602e51a /npc | |
parent | 7da0e496a9d3a0f29406a85633d4739263535c0e (diff) | |
download | serverdata-7fb4ab57b047ba9fad9002929e70973980050300.tar.gz serverdata-7fb4ab57b047ba9fad9002929e70973980050300.tar.bz2 serverdata-7fb4ab57b047ba9fad9002929e70973980050300.tar.xz serverdata-7fb4ab57b047ba9fad9002929e70973980050300.zip |
Fix bug in demon mine bookcase
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-3_Cave/bookcase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-3_Cave/bookcase.txt b/npc/018-3_Cave/bookcase.txt index d176caa3..9706d46a 100644 --- a/npc/018-3_Cave/bookcase.txt +++ b/npc/018-3_Cave/bookcase.txt @@ -60,5 +60,5 @@ L_Search: mes "You begin to wonder if you read that list right."; next; - set QUEST_demon_mines, 1; + if (QUEST_demon_mines == 0) set QUEST_demon_mines, 1; } |