diff options
author | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 01:24:08 +0000 |
---|---|---|
committer | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 01:24:08 +0000 |
commit | baf58e38ae2bcc6e3b8fb0de650234cb29dff8b5 (patch) | |
tree | a9707979fe44ff85a37ee1fd51baae3e31075b55 /npc/warps | |
parent | 9511975132c4314096c5d90aecc4b1cd6da396cc (diff) | |
download | hercules-baf58e38ae2bcc6e3b8fb0de650234cb29dff8b5.tar.gz hercules-baf58e38ae2bcc6e3b8fb0de650234cb29dff8b5.tar.bz2 hercules-baf58e38ae2bcc6e3b8fb0de650234cb29dff8b5.tar.xz hercules-baf58e38ae2bcc6e3b8fb0de650234cb29dff8b5.zip |
Bug Report #1624, fixed warp destinationX from 230 to 320.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12762 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/fields/man_fild.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/warps/fields/man_fild.txt b/npc/warps/fields/man_fild.txt index f61c1d29c..7ea8f2802 100644 --- a/npc/warps/fields/man_fild.txt +++ b/npc/warps/fields/man_fild.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= + //===== eAthena Script ======================================= //= Manuk Field Warp Script //===== By: ================================================== //= L0ne_W0lf @@ -13,6 +13,6 @@ //============================================================ mid_camp,320,139,0 warp man_fild01-1 1,1,man_fild01,36,238 -man_fild01,44,234,0 warp man_fild01-2 1,1,mid_camp,230,143 +man_fild01,44,234,0 warp man_fild01-2 1,1,mid_camp,320,143 man_fild01,105,56,0 warp man_fild01-3 1,1,man_fild03,79,363 man_fild03,79,369,0 warp man_fild03-1 1,1,man_fild01,105,59 |