diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:11:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:11:12 -0300 |
commit | 33f601450005f8ccc680252213ef245583d90f58 (patch) | |
tree | 8d8cac7eb0aa054fdd1ea13cc5e371a4fd59e5d0 /npc/003-13 | |
parent | 79ca4d5a0151fb730bc054c4c797bd2841e9fe1e (diff) | |
download | serverdata-33f601450005f8ccc680252213ef245583d90f58.tar.gz serverdata-33f601450005f8ccc680252213ef245583d90f58.tar.bz2 serverdata-33f601450005f8ccc680252213ef245583d90f58.tar.xz serverdata-33f601450005f8ccc680252213ef245583d90f58.zip |
Fix Arnea
Diffstat (limited to 'npc/003-13')
-rw-r--r-- | npc/003-13/arnea.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index 366df73b8..abe210805 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -6,6 +6,9 @@ // Arena for Duels and PVP (temporary map) 003-13,29,29,0 script Arnea#003-13 NPC_ELF_F,{ + // FIXME + warp "003-10", 33, 40; + close; if (is_staff()) { mes "npc name: " + .name$; mes "npc ext name: " + .extname$; |