Removed warning when replacing skill by enchant.

This commit is contained in:
MobiusDev
2018-03-24 01:18:28 +00:00
parent 53c6427ecb
commit c57028ed46
8 changed files with 32 additions and 32 deletions

View File

@@ -10957,10 +10957,10 @@ public final class L2PcInstance extends L2Playable
statement.execute();
statement.close();
}
else
{
LOGGER.warning("could not store new skill. its NULL");
}
// else
// {
// LOGGER.warning("could not store new skill. its NULL");
// }
}
catch (Exception e)
{