Sync with L2jServer HighFive Sep 8th 2015.

This commit is contained in:
MobiusDev
2015-09-08 19:52:45 +00:00
parent 4e2af7c19a
commit 40380c4860
738 changed files with 14444 additions and 13328 deletions

View File

@@ -175,9 +175,9 @@ public class PlayerHandler implements ITelnetHandler
itemType = 0;
}
if (enchant > 65535)
if (enchant > 127)
{
enchant = 65535;
enchant = 127;
}
else if (enchant < 0)
{