#W# FarmController work. Added new graphic for farmablecabbage.
This commit is contained in:
parent
4344a81180
commit
3d61b04b72
5 changed files with 52 additions and 11 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue