diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-29 13:15:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-29 13:15:57 -0300 |
commit | c0eac16a3163d645fcb8960265397b2f5d914a27 (patch) | |
tree | 11541bf87a097a15b43cd3d0dcd582a6f92bc89a /npc | |
parent | bbcbf5b6927de6078370ec83b0a1f086da516749 (diff) | |
download | serverdata-c0eac16a3163d645fcb8960265397b2f5d914a27.tar.gz serverdata-c0eac16a3163d645fcb8960265397b2f5d914a27.tar.bz2 serverdata-c0eac16a3163d645fcb8960265397b2f5d914a27.tar.xz serverdata-c0eac16a3163d645fcb8960265397b2f5d914a27.zip |
*sigh* now to technically implement this
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/townhall.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 61df25334..d18466e5e 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -85,7 +85,7 @@ function script BarbaraInstCheck { .@inst = instance_create("Forgotten Shrine "+getcharid(0), getcharid(3), IOT_CHAR); instance_attachmap("018-6-0", .@inst, false, .@map0$); instance_attachmap("018-6-1", .@inst, false, .@map1$); - //instance_attachmap("018-6-2", .@inst, false, .@map2$); + instance_attachmap("018-6-2", .@inst, false, .@map2$); //instance_attachmap("018-6-3", .@inst, false, .@map3$); // Instance lasts two hours instance_set_timeout(7200, 7200, .@inst); |