summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-24 14:27:14 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-24 14:27:14 +0000
commitf25496c2d44004c027b8e5409d59641211a1fa4d (patch)
tree92e89c4b699189b4c21cb72f1537662cc91241ca /src
parent5f65b327394405e26dbab1f93f82e524292b9381 (diff)
downloadhercules-f25496c2d44004c027b8e5409d59641211a1fa4d.tar.gz
hercules-f25496c2d44004c027b8e5409d59641211a1fa4d.tar.bz2
hercules-f25496c2d44004c027b8e5409d59641211a1fa4d.tar.xz
hercules-f25496c2d44004c027b8e5409d59641211a1fa4d.zip
- Fixed Lady Tanee's spawns.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5385 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/pc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 257000c70..5d7d2ffbd 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -3728,9 +3728,6 @@ int pc_movepos(struct map_session_data *sd,int dst_x,int dst_y,int checkpath)
map_foreachinmovearea(clif_pcinsight,sd->bl.m,sd->bl.x-AREA_SIZE,sd->bl.y-AREA_SIZE,sd->bl.x+AREA_SIZE,sd->bl.y+AREA_SIZE,-dx,-dy,BL_ALL,sd);
- if (pc_iscloaking(sd)) // クロ?キングの消滅?査
- skill_check_cloaking(&sd->bl);
-
if(sd->status.pet_id > 0 && sd->pd && sd->pet.intimate > 0) {
struct pet_data *pd = sd->pd;
int flag = 0;