diff options
-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); |