Removed warning when replacing skill by enchant.
This commit is contained in:
parent
53c6427ecb
commit
c57028ed46
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user