summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-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;