Quellcode durchsuchen

system message id fix, thx macdonald12
added comments about Die packet

janiii vor 15 Jahren
Ursprung
Commit
981e2652d1

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

@@ -9373,7 +9373,7 @@ public enum SystemMessageId
 	* Message: The clan, $s1, cannot declare a Clan War because their clan is less than level three,
 	* or they do not have enough members.
 	*/
-	CANNOT_DECLARE_WAR_TOO_LOW_LEVEL_OR_NOT_ENOUGH_MEMBERS(1562),
+	CANNOT_DECLARE_WAR_TOO_LOW_LEVEL_OR_NOT_ENOUGH_MEMBERS(1563),
 
 	/**
 	* ID: 1564<br>

+ 2 - 2
L2_GameServer/java/com/l2jserver/gameserver/network/serverpackets/Die.java

@@ -130,9 +130,9 @@ public class Die extends L2GameServerPacket
         }
         //TODO: protocol 152
         /*
-        writeC(0); //?
+        writeC(0); //show die animation
         writeD(0); //agathion ress button
-        writeD(0); //?
+        writeD(0); //additional free space
         */
     }