diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 545759c349..b3d372ae0f 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 76e1a81308..a869c4d800 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 7a3731c085..af26a0ae64 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index e085365edf..15178d4a21 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 4f82813424..cf5faf7e96 100644 --- a/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_C6_Interlude/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index f03efbcad6..b8a07a5a55 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 5ff6125391..1bb1646cf9 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) { diff --git a/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index ae868c60bb..6b514bc162 100644 --- a/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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) {