pokemon-io-core 0.0.137 → 0.0.139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -181,7 +181,7 @@ export function getRandomEventsForSkin(skinId) {
|
|
|
181
181
|
case "pokemon":
|
|
182
182
|
return [...coreEvents, ...POKEMON_RANDOM_EVENTS];
|
|
183
183
|
case "tribes":
|
|
184
|
-
return [...
|
|
184
|
+
return [...TRIBES_RANDOM_EVENTS];
|
|
185
185
|
default:
|
|
186
186
|
// For unknown skins, return only core events
|
|
187
187
|
return coreEvents;
|