summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 67090e3..b4b2425 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7107,7 +7107,7 @@ void clif_parse_GetCharNameRequest (int fd, struct map_session_data *sd)
}
- if (pc_isGM(sd) > battle_config.hack_info_GM_level)
+ if (pc_isGM(sd) >= battle_config.hack_info_GM_level)
{
in_addr_t ip = ssd->ip;
WFIFOW (fd, 0) = 0x20C;