diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-03 09:05:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-03 09:05:40 -0300 |
commit | 7b52151ea476b6ca0a35e0010efb44a061d24100 (patch) | |
tree | 3b938206c57462fcc8af49a08602a45d4690ad23 /npc/018-2-1/warps.txt | |
parent | 257806157807207e8066a72cebc1cd1796905b6f (diff) | |
download | serverdata-7b52151ea476b6ca0a35e0010efb44a061d24100.tar.gz serverdata-7b52151ea476b6ca0a35e0010efb44a061d24100.tar.bz2 serverdata-7b52151ea476b6ca0a35e0010efb44a061d24100.tar.xz serverdata-7b52151ea476b6ca0a35e0010efb44a061d24100.zip |
Make Master Dungeon an instance so it is restarted along everything else.
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 4c0487d1b..876eaaed9 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -87,7 +87,7 @@ OnTouch: case 6: @HH_LEVEL=HH_MASTER; @HH_TIMER=0; - warp "018-2-5", 132, 92; + warp "018-2-5@Ma", 132, 92; addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle"); closedialog; break; |