From bee2d9f24327c8831c2e28c55129a90f770482cd Mon Sep 17 00:00:00 2001 From: Ziggeh Date: Sat, 28 Dec 2013 21:55:35 +0100 Subject: [PATCH] Update exploration_badges.py --- scripts/collections/exploration_badges.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)