diff options
author | Wombat <hpwombat@yahoo.com> | 2011-01-25 04:49:51 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-01-25 04:51:59 -0500 |
commit | ab54babfe0caf4fa4cc71cbf9127ac75c9915572 (patch) | |
tree | bc96a62617075caa0f1ec799f1f5475842631063 /npc | |
parent | 588cb548bb017b411a35b3a05376ca7131f24495 (diff) | |
download | serverdata-ab54babfe0caf4fa4cc71cbf9127ac75c9915572.tar.gz serverdata-ab54babfe0caf4fa4cc71cbf9127ac75c9915572.tar.bz2 serverdata-ab54babfe0caf4fa4cc71cbf9127ac75c9915572.tar.xz serverdata-ab54babfe0caf4fa4cc71cbf9127ac75c9915572.zip |
added "close" to fix Miriam quest - bug fix - minor
added close to notes.txt in the magic house, which is a fix to prevent
people from using the warp to cheat in the miriam quest.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/013-2_Magic_house/notes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/013-2_Magic_house/notes.txt b/npc/013-2_Magic_house/notes.txt index 7b65ce2d..3f51ec99 100644 --- a/npc/013-2_Magic_house/notes.txt +++ b/npc/013-2_Magic_house/notes.txt @@ -50,6 +50,7 @@ next; warp "006-1.gat",33,93; if (QUEST_MIRIAM_start != 0) goto L_cheat; + close; // If you try to use the notes to warp to pachua the quest will fail. |