Bug Report #1624, fixed warp destinationX from 230 to 320.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12762 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shadow 2008-06-07 01:24:08 +00:00
parent 04aa5dbaa1
commit 2b94dca005
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Date Added Date Added
====== ======
2008/06/07
* Bug Report 1624, fixed warp destinationX from 230 to 320. [Brainstorm]
2008/06/03 2008/06/03
* Rev. 12754 Fixed a typo in schg_cas01 treasure spawning. [L0ne_W0lf] * Rev. 12754 Fixed a typo in schg_cas01 treasure spawning. [L0ne_W0lf]
* Changed more "+ name +" to "+ strcharinfo(0) +" in some NPC [Lupus] * Changed more "+ name +" to "+ strcharinfo(0) +" in some NPC [Lupus]

View File

@ -1,4 +1,4 @@
//===== eAthena Script ======================================= //===== eAthena Script =======================================
//= Manuk Field Warp Script //= Manuk Field Warp Script
//===== By: ================================================== //===== By: ==================================================
//= L0ne_W0lf //= L0ne_W0lf
@ -13,6 +13,6 @@
//============================================================ //============================================================
mid_camp,320,139,0 warp man_fild01-1 1,1,man_fild01,36,238 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_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 man_fild03,79,369,0 warp man_fild03-1 1,1,man_fild01,105,59