diff options
Diffstat (limited to 'npc/003-13')
-rw-r--r-- | npc/003-13/arnea.txt | 4 |
1 files changed, 2 insertions, 2 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: |