summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1')
-rw-r--r--npc/017-1/guild.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/017-1/guild.txt b/npc/017-1/guild.txt
index f187adaac..d9842857e 100644
--- a/npc/017-1/guild.txt
+++ b/npc/017-1/guild.txt
@@ -29,8 +29,7 @@ OnTouch:
.@instanceMapName$ = instance_attachmap("guilds", .@INSTID, 0, @MAP_NAME$);
- // It'll be self-destroyed eventually...
- instance_set_timeout(1000000, 1000000, .@INSTID);
+ instance_set_timeout(0, 0, .@INSTID);
instance_init(.@INSTID);
warp @MAP_NAME$, any(34,35), 48;
end;