summaryrefslogtreecommitdiff
path: root/npc/003-13
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 20:44:53 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 21:53:06 -0300
commit21806d0e0f3ea80ff0a9051fe74bae278b6891d0 (patch)
tree3edf0edf1f38c888262b994aab7eb9907412c792 /npc/003-13
parent6dbd288fc277e94fe06f5f9f4b62ee6f0151df79 (diff)
downloadserverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.gz
serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.bz2
serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.tar.xz
serverdata-21806d0e0f3ea80ff0a9051fe74bae278b6891d0.zip
Bug fix
Diffstat (limited to 'npc/003-13')
-rw-r--r--npc/003-13/arnea.txt4
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: