Explorar o código

Removed debug messages (oops)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6881 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lance %!s(int64=19) %!d(string=hai) anos
pai
achega
1ef042328a
Modificáronse 3 ficheiros con 4 adicións e 3 borrados
  1. 2 0
      Changelog-Trunk.txt
  2. 2 2
      npc/scripts_custom.conf
  3. 0 1
      src/login/login.c

+ 2 - 0
Changelog-Trunk.txt

@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2006/05/31
+	* [Fixed]:
+	  - Latest client support completed! [Lance]
 	* [Fixed]:
 	  - Missing #include for cbasetypes.h in login server SQL.
 	  - Logic errors in run_script [Lance]

+ 2 - 2
npc/scripts_custom.conf

@@ -90,8 +90,8 @@ npc: npc/custom/jobs/jobmaster.txt
 //npc: npc/custom/Lance/FR_WeatherController.c
 //npc: npc/custom/Lance/FR_MailSystem.c
 //npc: npc/sample/npc_dynamic_shop.txt
-npc: npc/sample/monster_controller.cpp
-npc: npc/custom/Lance/Sentry.cpp
+//npc: npc/sample/monster_controller.cpp
+//npc: npc/custom/Lance/Sentry.cpp
 // --------------------------------------------------------------
 
 // --------------------------------------------------------------

+ 0 - 1
src/login/login.c

@@ -3112,7 +3112,6 @@ int parse_login(int fd) {
 				memcpy(account.passwd, RFIFOP(fd,30), NAME_LENGTH);
 				account.passwd[23] = '\0';
 				remove_control_chars((unsigned char *)account.passwd);
-				ShowInfo("Login packet %s and %s  with version %d\n", account.userid, account.passwd, account.version);
 			} else {
 				login_log("Request for connection (encryption mode) of %s (ip: %s)." RETCODE, account.userid, ip);
 				 // If remove control characters from received password encrypted by md5,