summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
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) )