forked from MagicBane/Server
mob power list troubleshooting
This commit is contained in:
@@ -64,7 +64,9 @@ public enum PowersManager {
|
||||
PowersManager.InitializeLoginPowers();
|
||||
|
||||
PowersManager.js = JobScheduler.getInstance();
|
||||
|
||||
//Load Static Mob Powers List
|
||||
Logger.info("Loading All Mob Powers...");
|
||||
PowersManager.GatherMobPowers();
|
||||
}
|
||||
|
||||
private PowersManager() {
|
||||
|
||||
@@ -305,9 +305,6 @@ public class WorldServer {
|
||||
BaseClass.LoadAllBaseClasses();
|
||||
Race.loadAllRaces();
|
||||
RuneBaseEffect.LoadRuneBaseEffects();
|
||||
//Load Static Mob Powers List
|
||||
Logger.info("Loading All Mob Powers...");
|
||||
PowersManager.GatherMobPowers();
|
||||
Logger.info("Loading MobBases.");
|
||||
DbManager.MobBaseQueries.GET_ALL_MOBBASES();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user