From b26c654efca7862355e78f49af1f18b7d84d8581 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Mon, 14 Jun 2010 02:53:07 +0000 Subject: 'clif_hpmeter' shouldn't send the packet to the player himself. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14341 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index 75797a821..65df60718 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5987,7 +5987,7 @@ int clif_hpmeter_sub(struct block_list *bl, va_list ap) nullpo_retr(0, sd); nullpo_retr(0, tsd); - if( !tsd->fd ) + if( !tsd->fd || tsd == sd ) return 0; if( (level = pc_isGM(tsd)) >= battle_config.disp_hpmeter && level >= pc_isGM(sd) ) -- cgit v1.2.3-60-g2f50