Revert "Revert "Fix: Antidotes to Avatar Transformation Items should be added to Rewards by API (#11353)" (#11406)"

This reverts commit 50cae0165c.
This commit is contained in:
Matteo Pagliazzi
2019-10-07 16:55:55 +02:00
committed by GitHub
parent 50cae0165c
commit 90f732f545
14 changed files with 214 additions and 35 deletions
+7
View File
@@ -23,3 +23,10 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
export const PARTY_LIMIT_MEMBERS = 30;
export const TRANSFORMATION_DEBUFFS_LIST = {
snowball: 'salt',
spookySparkles: 'opaquePotion',
shinySeed: 'petalFreePotion',
seafoam: 'sand',
};