diff options
author | Wushin <pasekei@gmail.com> | 2014-06-30 18:56:49 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-06-30 18:56:49 -0500 |
commit | 0d8c9a3f43372de8302264207bf7fe4ee3a88579 (patch) | |
tree | 88f6b6f353f068e1fcf84b319c7d22a9476bc301 /world/map/npc/006-1/pachua.txt | |
parent | a0cdf3e2821228f570bf339cd675c012ad4fea57 (diff) | |
parent | 623f98ef8f4efa72d6ff7355517b0ace7235ef72 (diff) | |
download | serverdata-0d8c9a3f43372de8302264207bf7fe4ee3a88579.tar.gz serverdata-0d8c9a3f43372de8302264207bf7fe4ee3a88579.tar.bz2 serverdata-0d8c9a3f43372de8302264207bf7fe4ee3a88579.tar.xz serverdata-0d8c9a3f43372de8302264207bf7fe4ee3a88579.zip |
Merge pull request #123 from wushin/starting-area-fix
Starting Area Redux
Diffstat (limited to 'world/map/npc/006-1/pachua.txt')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 41375411..d2f193dd 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -1,6 +1,6 @@ 006-1.gat,24,113,0|script|Pachua|143, { - setarray $@npc_loc, 24, 113, 4; + setarray @npc_loc, 24, 113, 4; callfunc "PCtoNPCRange"; if (@npc_check) goto L_Close; |