diff --git a/scripts/collections/exploration_badges.py b/scripts/collections/exploration_badges.py index 262792d1..d864c169 100644 --- a/scripts/collections/exploration_badges.py +++ b/scripts/collections/exploration_badges.py @@ -71,6 +71,6 @@ def setup(collectionService): collectionService.registerExplorationBadge('tatooine', 'exp_tat_tusken_pool', -3966, 6267, 32) #Yavin - collectionService.registerExplorationBadge('yavin', 'exp_yav_temple_exar_kun', 5076, 5537, 32) - collectionService.registerExplorationBadge('yavin', 'exp_yav_temple_blueleaf', -875, -2047, 32) - collectionService.registerExplorationBadge('yavin', 'exp_yav_temple_woolamander', 519, -646, 32) \ No newline at end of file + collectionService.registerExplorationBadge('yavin4', 'exp_yav_temple_exar_kun', 5076, 5537, 32) + collectionService.registerExplorationBadge('yavin4', 'exp_yav_temple_blueleaf', -875, -2047, 32) + collectionService.registerExplorationBadge('yavin4', 'exp_yav_temple_woolamander', 519, -646, 32)