diff --git a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java index 7439bb39c9..386a0443da 100644 --- a/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_4.2_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -124,16 +124,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java index 0b47687c7a..e5b40c66cd 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java index 0b47687c7a..e5b40c66cd 100644 --- a/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_6.1_BattleChronicle/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name; diff --git a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java index 901e80c02c..b88fcd25a1 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/clan/Clan.java @@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable public static final int[] EXP_TABLE = { 0, + 10, 100, - 1000, - 5000, - 100000, - 500000, - 1500000, - 4500000, - 7500000, - 11000000, - 14500000 + 500, + 10000, + 50000, + 150000, + 450000, + 1000000, + 2000000, + 4000000 }; private String _name;