#W# FarmController work. Added new graphic for farmablecabbage.

This commit is contained in:
WarrentyExpired 2026-08-19 12:54:54 -04:00
parent 4344a81180
commit 3d61b04b72
5 changed files with 52 additions and 11 deletions

View file

@ -8,7 +8,8 @@ namespace Server.Items
{
public static int GetCropID()
{
return 3254;
//return 3254;
return 0x48E4;
}
public override Item GetCropObject()
@ -48,4 +49,4 @@ namespace Server.Items
int version = reader.ReadEncodedInt();
}
}
}
}