Skip to content

Commit

Permalink
Merge pull request #6517 from Xaver-DaRed/terra-synth
Browse files Browse the repository at this point in the history
Fix Terra Crystal item ID in synthutils
  • Loading branch information
zach2good authored Dec 12, 2024
2 parents 667027d + 643cad0 commit 834acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/utils/synthutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ namespace synthutils
break;

case 4099: // Earth Crystal
case 4041: // Terra Crystal
case 4241: // Terra Crystal
effect = EFFECT_EARTHSYNTH;
element = ELEMENT_EARTH;
break;
Expand Down

0 comments on commit 834acf2

Please sign in to comment.