diff options
-rw-r--r-- | npc/003-13/arnea.txt | 4 | ||||
-rw-r--r-- | npc/003-5/arnea.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index ff7e63fb1..0f9414d02 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -5,7 +5,7 @@ // Description: // Arena for Duels and PVP (temporary map) -003-13,30,30,0 script Arnea#003-13 NPC_ELF_F,{ +003-13,29,29,0 script Arnea#003-13 NPC_ELF_F,{ mes "npc name: " + .name$; mes "npc ext name: " + .extname$; mes "npc id: " + .id; @@ -70,7 +70,7 @@ OnInit: // test instance id // Temporary fix - disablenpc .name$; + disablenpc "Arnea#003-13"; end; OnInstanceInit: diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt index 191dccc43..055f2f3e7 100644 --- a/npc/003-5/arnea.txt +++ b/npc/003-5/arnea.txt @@ -126,7 +126,7 @@ OnInit: setarray $@ARENA_INFOS$, "","","","",""; // Controls Owners // Temporary fix - disablenpc .name$; + disablenpc "Arnea"; end; OnInstanceInit: |