diff --git a/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 35120d28bf..52e42adce7 100644 --- a/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1449,7 +1449,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 52502f512d..de72bdb3fd 100644 --- a/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_01.0_Ertheia/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -119,8 +119,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 79597f94f1..223fac3b14 100644 --- a/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1395,7 +1395,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index f63180bdf0..569e9e2772 100644 --- a/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_02.5_Underground/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 79597f94f1..223fac3b14 100644 --- a/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1395,7 +1395,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index f63180bdf0..569e9e2772 100644 --- a/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_03.0_Helios/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 79597f94f1..223fac3b14 100644 --- a/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1395,7 +1395,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 1d63acb4e2..d8adfec3ff 100644 --- a/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_04.0_GrandCrusade/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/Attackable.java index d13ab61170..81d6620491 100644 --- a/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1383,7 +1383,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index e65f367aa6..a726be8632 100644 --- a/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_05.0_Salvation/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -117,8 +117,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/Attackable.java index d13ab61170..81d6620491 100644 --- a/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1383,7 +1383,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index c075facca3..7b2acd0a33 100644 --- a/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_05.5_EtinasFate/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -117,8 +117,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/Attackable.java index d13ab61170..81d6620491 100644 --- a/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1383,7 +1383,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index c075facca3..7b2acd0a33 100644 --- a/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_06.0_Fafurion/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -117,8 +117,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 28d5bec096..4e62906568 100644 --- a/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1394,7 +1394,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 71c1168640..8147be4a35 100644 --- a/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_07.0_PreludeOfWar/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -117,8 +117,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 28d5bec096..4e62906568 100644 --- a/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1394,7 +1394,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 50ba87e62d..5e8fcadab4 100644 --- a/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_08.2_Homunculus/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -118,8 +118,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 28d5bec096..4e62906568 100644 --- a/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1394,7 +1394,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 50ba87e62d..5e8fcadab4 100644 --- a/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_09.2_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -118,8 +118,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 7e0d2e1d5b..ba1b8496aa 100644 --- a/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1394,7 +1394,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 585addb2ca..47e756c664 100644 --- a/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_10.0_MasterClass/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -118,8 +118,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 5df1ec9de5..6d660ffe47 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1401,7 +1401,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 96bc729dfc..d086c81ea2 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -130,8 +130,8 @@ public class PlayerStat extends PlayableStat addToSp *= Config.PREMIUM_RATE_SP; } - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { bonusExp = getExpBonusMultiplier(); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Attackable.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Attackable.java index 5df1ec9de5..6d660ffe47 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Attackable.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Attackable.java @@ -1401,7 +1401,7 @@ public class Attackable extends Npc } default: { - mul = 1.; + mul = 1; break; } } diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 05b2f85187..c960307f9d 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -135,8 +135,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; // Start Nevit's Hourglass if (Config.NEVIT_ENABLED && (addToExp > 0) && !player.isInsideZone(ZoneId.PEACE)) diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 339aa4e7e3..46794190f4 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -119,8 +119,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 1d63acb4e2..d8adfec3ff 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 3a8416ce13..71aad9e0d9 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index d8bff008ec..5359c60a30 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -121,8 +121,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index d8bff008ec..5359c60a30 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -121,8 +121,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 2d74f60dad..716ee2dc5f 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -121,8 +121,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 1d63acb4e2..d8adfec3ff 100644 --- a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 29dc424267..600bfdd516 100644 --- a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -123,8 +123,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 29dc424267..600bfdd516 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -123,8 +123,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing()) diff --git a/L2J_Mobius_Essence_6.0_BattleChronicle/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java b/L2J_Mobius_Essence_6.0_BattleChronicle/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java index 29dc424267..600bfdd516 100644 --- a/L2J_Mobius_Essence_6.0_BattleChronicle/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java +++ b/L2J_Mobius_Essence_6.0_BattleChronicle/java/org/l2jmobius/gameserver/model/actor/stat/PlayerStat.java @@ -123,8 +123,8 @@ public class PlayerStat extends PlayableStat final double baseExp = addToExp; final double baseSp = addToSp; - double bonusExp = 1.; - double bonusSp = 1.; + double bonusExp = 1; + double bonusSp = 1; if (useBonuses) { if (player.isFishing())