diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-03 18:06:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-03 18:06:58 -0300 |
commit | 387a2192e2d96893d558ea1c95a1d1b124666bc0 (patch) | |
tree | c5d48d395092f085aae01e4f99f7f9d46ab39ca7 /npc/008-2 | |
parent | 074630bfba3ca516d29a1fca6170067728d50626 (diff) | |
download | serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.gz serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.bz2 serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.xz serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.zip |
Missing close function
Diffstat (limited to 'npc/008-2')
-rw-r--r-- | npc/008-2/master.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/008-2/master.txt b/npc/008-2/master.txt index d5fc1c3c2..ea8d1d769 100644 --- a/npc/008-2/master.txt +++ b/npc/008-2/master.txt @@ -48,6 +48,7 @@ OnTouch: mesn; mesq l("Something seems wrong."); warp "SavePoint",0,0; + close; } if (mobcount("008-2", "Second Dungeon Master::OnBossDeath") > 0) { npctalk3 l("What are you doing? Fight!"); |