diff options
Diffstat (limited to 'npc/017-1/guild.txt')
-rw-r--r-- | npc/017-1/guild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/guild.txt b/npc/017-1/guild.txt index 6992cb354..f674f3037 100644 --- a/npc/017-1/guild.txt +++ b/npc/017-1/guild.txt @@ -19,7 +19,7 @@ OnTouch: .@ID=getcharid(2); @MAP_NAME$="guild@"+str(.@ID); // Max 4 chars for map name - .@INSTID = instance_create("guilds@a"+(.@ID), getcharid(3), IOT_GUILD); + .@INSTID = instance_create("guilds@a"+(.@ID), getcharid(2), IOT_GUILD); .@instanceMapName$ = instance_attachmap("guilds", .@INSTID, 0, @MAP_NAME$); // Instance already exists, or something went wrong |