#W# Added new graphics for farmable reagents.

This commit is contained in:
WarrentyExpired 2026-07-14 15:44:17 -04:00
parent ac0815868e
commit 61983993b7
10 changed files with 215 additions and 11 deletions

View file

@ -8,7 +8,7 @@ namespace Server.Items
{
public static int GetCropID()
{
return 0x18E1;
return 0x3FFD;
}
public override Item GetCropObject()
@ -45,4 +45,4 @@ namespace Server.Items
int version = reader.ReadEncodedInt();
}
}
}
}