From 0276e079a10903920117aa32ec826162fbe1668a Mon Sep 17 00:00:00 2001 From: Stekerser <72933528+Stekerser@users.noreply.github.com> Date: Tue, 24 Aug 2021 01:15:56 +0300 Subject: added pet item (#602) * Create PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json * Update parents.json * Update parents.json --- constants/parents.json | 1 + 1 file changed, 1 insertion(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 27c7f8f8..794df07e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1257,6 +1257,7 @@ ], "PET_ITEM_FARMING_SKILL_BOOST_EPIC":[ "PET_ITEM_FARMING_SKILL_BOOST_RARE", + "PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON", "PET_ITEM_FARMING_SKILL_BOOST_COMMON" ], "PET_ITEM_FORAGING_SKILL_BOOST_EPIC":[ -- cgit