From 0442488ba2128e85a6e1640834fdaad6e10d494a Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:54:43 +1100 Subject: fix scatha magic find (#1398) --- constants/petnums.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 3561d2ca..36be0fb0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4795,7 +4795,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } }, @@ -4817,7 +4817,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } }, @@ -4841,7 +4841,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } } -- cgit