diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 20:44:53 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 21:53:06 -0300 |
commit | 21806d0e0f3ea80ff0a9051fe74bae278b6891d0 (patch) | |
tree | 3edf0edf1f38c888262b994aab7eb9907412c792 /npc | |
parent | 6dbd288fc277e94fe06f5f9f4b62ee6f0151df79 (diff) | |
download | serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.gz serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.bz2 serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.xz serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.zip |
Bug fix
Diffstat (limited to 'npc')
-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: |