Sfoglia il codice sorgente

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7130 54d463be-8e91-2dee-dedb-b68131a5f0ec

Lance 19 anni fa
parent
commit
d9b25389a7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/map/clif.c

+ 1 - 1
src/map/clif.c

@@ -8367,7 +8367,7 @@ void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd) {
 	if (!bl) return;
 
 	sc = status_get_sc(bl);
-	if (sc && sc->option&OPTION_INVISIBLE && !disguised(bl) && pc_isGM(sd) >= battle_config.hack_info_GM_level)
+	if (sc && sc->option&OPTION_INVISIBLE && !disguised(bl) && pc_isGM(sd) < battle_config.hack_info_GM_level)
 	{
 		//GM characters (with client side GM enabled are able to see invisible stuff) [Lance]
 		//Asked name of invisible player, this shouldn't be possible!