Experience Modifiers added to ConfigManager
This commit is contained in:
@@ -14,7 +14,6 @@ package engine.gameManager;
|
||||
|
||||
import engine.Enum;
|
||||
import engine.net.NetMsgHandler;
|
||||
import engine.server.MBServerStatics;
|
||||
import engine.server.login.LoginServer;
|
||||
import engine.server.world.WorldServer;
|
||||
import org.pmw.tinylog.Logger;
|
||||
@@ -67,8 +66,10 @@ public enum ConfigManager {
|
||||
MB_WORLD_KEYCLONE_MAX,
|
||||
|
||||
//drop rates
|
||||
MB_NORMAL_RATE,
|
||||
MB_HOTZONE_RATE,
|
||||
MB_NORMAL_EXP_RATE,
|
||||
MB_NORMAL_DROP_RATE,
|
||||
MB_HOTZONE_EXP_RATE,
|
||||
MB_HOTZONE_DROP_RATE,
|
||||
MB_HOTZONE_DURATION,
|
||||
|
||||
MB_HOTZONE_MIN_LEVEL,
|
||||
@@ -117,11 +118,6 @@ public enum ConfigManager {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Setting drop rates
|
||||
|
||||
Logger.info("Setting drop rates...");
|
||||
Enum.DropRateType.init();
|
||||
|
||||
// compile regex here
|
||||
|
||||
Logger.info("Compiling regex");
|
||||
|
||||
Reference in New Issue
Block a user