Number of
DrinkName item to buy (0 to don't buy food, you need to have food vendor in your profile of NpcDB)
Namespace:
wManager
Assembly:
wManager (in wManager.dll)
public int DrinkAmount { get; set; }
Public Property DrinkAmount As Integer
Get
Set
public:
property int^ DrinkAmount {
int^ get ();
void set (int^ value);
}