summaryrefslogtreecommitdiff
path: root/npc/003-13/arnea.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-07 23:12:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-07 23:12:28 -0300
commit8c4d2efda9c2aea73f6d47eb3b110f52527fb498 (patch)
treeafc93e1bebf056801268c40fce31a6a86e953960 /npc/003-13/arnea.txt
parent33f601450005f8ccc680252213ef245583d90f58 (diff)
downloadserverdata-8c4d2efda9c2aea73f6d47eb3b110f52527fb498.tar.gz
serverdata-8c4d2efda9c2aea73f6d47eb3b110f52527fb498.tar.bz2
serverdata-8c4d2efda9c2aea73f6d47eb3b110f52527fb498.tar.xz
serverdata-8c4d2efda9c2aea73f6d47eb3b110f52527fb498.zip
Fix broken warper. Ah bugs, I hate you. Arnea still needs rewrite
Diffstat (limited to 'npc/003-13/arnea.txt')
-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 abe210805..cdfc304b3 100644
--- a/npc/003-13/arnea.txt
+++ b/npc/003-13/arnea.txt
@@ -7,7 +7,7 @@
003-13,29,29,0 script Arnea#003-13 NPC_ELF_F,{
// FIXME
- warp "003-10", 33, 40;
+ warp "003-10", 22, 62;
close;
if (is_staff()) {
mes "npc name: " + .name$;
@@ -40,7 +40,7 @@ L_Manage:
"cancel"))
{
case 1:
- warp "003-10", 33, 40;
+ warp "003-10", 22, 62;
break;
case 2:
break;