diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/warps/fields/man_fild.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 68972dcc2..a0eade0d1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,8 @@ Date Added ====== +2008/06/07 + * Bug Report 1624, fixed warp destinationX from 230 to 320. [Brainstorm] + 2008/06/03 * Rev. 12754 Fixed a typo in schg_cas01 treasure spawning. [L0ne_W0lf] * Changed more "+ name +" to "+ strcharinfo(0) +" in some NPC [Lupus] 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 |