Optimized equip levelup method + Ultra three snails feature
Fixed performance drop on the server when trying to level up equipments which has high stats points. Added a flag enabling massive damages with Three Snails skill.
This commit is contained in:
@@ -40,6 +40,6 @@ public final class ExpTable {
|
||||
}
|
||||
|
||||
public static int getEquipExpNeededForLevel(int level) {
|
||||
return level > 30 ? 2000000000 : exp[level];
|
||||
return equip[level];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user