diff options
author | Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2024-01-29 11:07:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 17:07:19 +0100 |
commit | 85213d5b8be2e3e4b0279c78dc9a9458f1188614 (patch) | |
tree | e3e2795aaa46924a252ab1bba53555ca0ea59b46 | |
parent | 79277717f4006274c95d5b41364b8f14d7818f2f (diff) | |
download | SkyHanni-REPO-85213d5b8be2e3e4b0279c78dc9a9458f1188614.tar.gz SkyHanni-REPO-85213d5b8be2e3e4b0279c78dc9a9458f1188614.tar.bz2 SkyHanni-REPO-85213d5b8be2e3e4b0279c78dc9a9458f1188614.zip |
Add "PET_ITEM_FORAGING_SKILL_BOOST_EPIC" (#103)
-rw-r--r-- | constants/SlayerProfitTrackerItems.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/SlayerProfitTrackerItems.json b/constants/SlayerProfitTrackerItems.json index 80c2e9b..cbae1bf 100644 --- a/constants/SlayerProfitTrackerItems.json +++ b/constants/SlayerProfitTrackerItems.json @@ -54,7 +54,7 @@ "HOUND,3", "HOUND,4", "WEAK_WOLF_CATALYST", - "PET_ITEM_FARMING_SKILL_BOOST_EPIC", + "PET_ITEM_FORAGING_SKILL_BOOST_EPIC", "DYE_CELESTE" ], "Voidgloom Seraph": [ @@ -131,4 +131,4 @@ "VAMPIRIC_MELON" ] } -}
\ No newline at end of file +} |