ソースを参照

* Merged changes up to eAthena 15113.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16177 54d463be-8e91-2dee-dedb-b68131a5f0ec
eathenabot 13 年 前
コミット
9d4ba09780
2 ファイル変更1 行追加8 行削除
  1. 1 1
      conf/msg_athena.conf
  2. 0 7
      src/map/pc.c

+ 1 - 1
conf/msg_athena.conf

@@ -418,7 +418,7 @@
 // Messages of others (not for GM commands)
 // ----------------------------------------
 
-500: Night Mode is already active
+//500: FREE
 501: Your account time limit is: %d-%m-%Y %H:%M:%S.
 502: Day Mode is activated
 503: Night Mode is activated

+ 0 - 7
src/map/pc.c

@@ -1075,13 +1075,6 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim
 			clif_wis_message(sd->fd, wisp_server_name, tmpstr, strlen(tmpstr)+1);
 		}
 
-		//Night message
-		if (night_flag) {
-			char tmpstr[1024];
-			strcpy(tmpstr, msg_txt(500)); // Actually, it's the night...
-			clif_wis_message(sd->fd, wisp_server_name, tmpstr, strlen(tmpstr)+1);
-		}
-
 		/**
 		 * Fixes login-without-aura glitch (the screen won't blink at this point, don't worry :P)
 		 **/