diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:45:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:45:18 -0300 |
commit | 995a69a6a8c3f2068e008920619f00276803c8b4 (patch) | |
tree | e3b21b02ffd720157e327205755dbbf7681019a8 /npc/017-1/guild.txt | |
parent | a7586bcc39480d612ab74de6e11e87d25689cf02 (diff) | |
download | serverdata-995a69a6a8c3f2068e008920619f00276803c8b4.tar.gz serverdata-995a69a6a8c3f2068e008920619f00276803c8b4.tar.bz2 serverdata-995a69a6a8c3f2068e008920619f00276803c8b4.tar.xz serverdata-995a69a6a8c3f2068e008920619f00276803c8b4.zip |
This improve a TINY BIT the guild house code, but it is still bad
Diffstat (limited to 'npc/017-1/guild.txt')
-rw-r--r-- | npc/017-1/guild.txt | 3 |
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; |