Skip to content

Commit 522ec2c

Browse files
committed
fix(trades): correct itemId from 'spring' to 'steel_spring'
Fixes the remaining issue in RaidTheory#69 where trades.json referenced a non-existent 'spring' itemId. The correct item is 'steel_spring' which exists in items/steel_spring.json. This completes the fixes started in PR RaidTheory#38, which addressed 'processors' and 'orange_light_stick' but missed this one. Closes RaidTheory#69
1 parent 75de8f0 commit 522ec2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trades.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
},
252252
{
253253
"trader": "Celeste",
254-
"itemId": "spring",
254+
"itemId": "steel_spring",
255255
"quantity": 1,
256256
"cost": {
257257
"itemId": "assorted_seeds",

0 commit comments

Comments
 (0)