Browse Source

BETA: Typo fixing:
* Wrong change in configurations from [4615].
* Little update in one SystemMessage description.

Zoey76 14 years ago
parent
commit
bd4d40635e

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/Config.java

@@ -1523,7 +1523,7 @@ public final class Config
 					DIVINE_SP_BOOK_NEEDED = Boolean.parseBoolean(Character.getProperty("DivineInspirationSpBookNeeded", "true"));
 					ALT_GAME_SKILL_LEARN = Boolean.parseBoolean(Character.getProperty("AltGameSkillLearn", "false"));
 					ALT_GAME_SUBCLASS_WITHOUT_QUESTS = Boolean.parseBoolean(Character.getProperty("AltSubClassWithoutQuests", "False"));
-					ALT_GAME_SUBCLASS_EVERYWHERE = Boolean.parseBoolean(Character.getProperty("AltSubclassEverywhere", "True"));
+					ALT_GAME_SUBCLASS_EVERYWHERE = Boolean.parseBoolean(Character.getProperty("AltSubclassEverywhere", "False"));
 					RESTORE_SERVITOR_ON_RECONNECT = Boolean.parseBoolean(Character.getProperty("RestoreServitorOnReconnect", "True"));
 					RESTORE_PET_ON_RECONNECT = Boolean.parseBoolean(Character.getProperty("RestorePetOnReconnect", "True"));
 					ENABLE_VITALITY = Boolean.parseBoolean(Character.getProperty("EnableVitality", "True"));

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/network/SystemMessageId.java

@@ -3798,7 +3798,7 @@ public final class SystemMessageId
 	
 	/**
 	 * ID: 678<br>
-	 * Message: You have submitted a bid in the auction of .
+	 * Message: You have submitted a bid for the auction of $s1.
 	 */
 	public static final SystemMessageId SUBMITTED_A_BID;