mobius
2015-02-09 13:30:06 +00:00
parent 2452f7ea20
commit 05f87eaad0
3 changed files with 28 additions and 29 deletions
@@ -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;
}
}