From 22d446d13e0387537f49e16e23497857d7b7ef8c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 4 Jan 2012 01:05:12 +0000 Subject: [PATCH] fixed @hide from not refreshing users who did not know about the @hide, bugreport:2266 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 5d629bdba1..1c59b81a2c 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -1244,6 +1244,8 @@ ACMD_FUNC(hide) sd->pvp_timer = add_timer( gettick() + 200, pc_calc_pvprank_timer, sd->bl.id, 0 ); } } + //bugreport:2266 + map_foreachinmovearea(clif_insight, &sd->bl, AREA_SIZE, sd->bl.x, sd->bl.y, BL_ALL, &sd->bl); } else { sd->sc.option |= OPTION_INVISIBLE; sd->vd.class_ = INVISIBLE_CLASS;