From 21806d0e0f3ea80ff0a9051fe74bae278b6891d0 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 20:44:53 -0300 Subject: Bug fix --- npc/003-13/arnea.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-13') 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: -- cgit v1.2.3-60-g2f50