diff options
-rw-r--r-- | npc/003-10/arnea.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index 2acac859f..47b56f0a9 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -53,7 +53,7 @@ L_NewArena: } // Create the arena - .@INSTID = instance_create("AREN@"+(.@ID), getcharid(3), IOT_CHAR); + .@INSTID = instance_create("ARX@"+(.@ID), getcharid(3), IOT_CHAR); .@instanceMapName$ = instance_attachmap("003-13", .@INSTID, 0, .@MAP$); instance_set_timeout(1800, 1800, .@INSTID); instance_init(.@INSTID); |