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)
{

View File

@ -7544,10 +7544,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)
{

View File

@ -7546,10 +7546,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)
{

View File

@ -7543,10 +7543,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)
{

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)
{

View File

@ -7637,10 +7637,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)
{

View File

@ -7513,10 +7513,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)
{

View File

@ -7513,10 +7513,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)
{