forked from MagicBane/Server
hellgates revised
This commit is contained in:
@@ -29,7 +29,8 @@ public class HellgateManager {
|
|||||||
public static void pulseHellgates(){
|
public static void pulseHellgates(){
|
||||||
if(!initialized){
|
if(!initialized){
|
||||||
confiureHellgate();
|
confiureHellgate();
|
||||||
initialized = true;
|
if(hellgate_boss != null)
|
||||||
|
initialized = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,7 +59,7 @@ public class HellgateManager {
|
|||||||
if(hellgate_mini_bosses == null) {
|
if(hellgate_mini_bosses == null) {
|
||||||
hellgate_mini_bosses =new ArrayList<>();
|
hellgate_mini_bosses =new ArrayList<>();
|
||||||
}
|
}
|
||||||
Zone hellgate_zone = ZoneManager.getZoneByZoneID(citadel_ruins_zone_id);
|
Zone hellgate_zone = ZoneManager.getZoneByUUID(citadel_ruins_zone_id);
|
||||||
if(hellgate_zone == null)
|
if(hellgate_zone == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user