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

@ -7537,10 +7537,10 @@ public final class L2PcInstance extends L2Playable
ps.execute();
}
}
else
{
_log.warning("Could not store new skill, it's null!");
}
// else
// {
// _log.warning("Could not store new skill, it's null!");
// }
}
catch (Exception e)
{