SpawnTable update to Java 8
Source L2J HighFive branch: https://github.com/L2J/L2J_Server/commit/5cbbd96a0d01829a7f0d42da0426a5fad598f1c7 https://github.com/L2J/L2J_DataPack/commit/1da891ae953a9ac534edd961fbf3ed387fc7c979
This commit is contained in:
+1
-1
@@ -282,6 +282,6 @@ public final class Q00625_TheFinestIngredientsPart2 extends Quest
|
||||
|
||||
private static boolean isBumbalumpSpawned()
|
||||
{
|
||||
return SpawnTable.getInstance().getFirstSpawn(ICICLE_EMPEROR_BUMBALUMP) != null;
|
||||
return SpawnTable.getInstance().getAnySpawn(ICICLE_EMPEROR_BUMBALUMP) != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user