diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:04:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:04:29 -0300 |
commit | a42b1fc15f555a68ca18be2488fd4bee2e2cfb14 (patch) | |
tree | d00537d3bc1e47bae9620314c59750994ca80893 /npc/003-10/arnea.txt | |
parent | 358f8dd54670c36612fd686abcb1bbd8806ce07e (diff) | |
download | serverdata-a42b1fc15f555a68ca18be2488fd4bee2e2cfb14.tar.gz serverdata-a42b1fc15f555a68ca18be2488fd4bee2e2cfb14.tar.bz2 serverdata-a42b1fc15f555a68ca18be2488fd4bee2e2cfb14.tar.xz serverdata-a42b1fc15f555a68ca18be2488fd4bee2e2cfb14.zip |
Last try before forsaking instance system
Diffstat (limited to 'npc/003-10/arnea.txt')
-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); |