Increased RequestAcquireSkill id limit.
This commit is contained in:
		| @@ -102,7 +102,7 @@ public class RequestAcquireSkill implements IClientIncomingPacket | ||||
| 			return; | ||||
| 		} | ||||
| 		 | ||||
| 		if ((_level < 1) || (_level > 1000) || (_id < 1) || (_id > 32000)) | ||||
| 		if ((_level < 1) || (_level > 1000) || (_id < 1) || (_id > 64000)) | ||||
| 		{ | ||||
| 			Util.handleIllegalPlayerAction(player, "Wrong Packet Data in Aquired Skill", Config.DEFAULT_PUNISH); | ||||
| 			LOGGER.warning("Recived Wrong Packet Data in Aquired Skill - id: " + _id + " level: " + _level + " for " + player); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment