Skip to content

Commit

Permalink
Fix Terra Crystal item ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaver-DaRed committed Dec 12, 2024
1 parent 667027d commit 643cad0
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 643cad0

Please sign in to comment.