hellgates revised

This commit is contained in:
2025-03-14 23:55:18 -05:00
parent 1f897a3cb8
commit 86db21de43
+3 -2
View File
@@ -29,7 +29,8 @@ public class HellgateManager {
public static void pulseHellgates(){
if(!initialized){
confiureHellgate();
initialized = true;
if(hellgate_boss != null)
initialized = true;
return;
}
@@ -58,7 +59,7 @@ public class HellgateManager {
if(hellgate_mini_bosses == null) {
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)
return;