summaryrefslogtreecommitdiff
path: root/npc/003-5/arnea.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-5/arnea.txt')
-rw-r--r--npc/003-5/arnea.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt
index 73412b486..c9e87c384 100644
--- a/npc/003-5/arnea.txt
+++ b/npc/003-5/arnea.txt
@@ -6,10 +6,6 @@
// Arena for Duels and PVP (003-13,31,31)
003-5,33,37,0 script Arnea NPC_ELF_F,{
- if (DESTROY_ME) {
- DESTROY_ME=0;
- instance_destroy(DESTROY_MY_ID);
- }
mesn;
mesq l("Welcome to the Arena. Select your action");
menu
@@ -34,7 +30,7 @@ L_NewArena:
l("Give Up"), L_Quit;
mes (@menu-1);
- .@ARENA_INSTID = instance_create("003-13@arenax"+(@menu), 0, IOT_NONE);
+ .@ARENA_INSTID = instance_create("003-13@arenax"+(@menu), getcharid(3), IOT_CHAR);
if (.@ARENA_INSTID >= 0)
{
mes "new instance id: " + str(.@ARENA_INSTID);