Implemented remove though will need to test more. Finished tweaking addItem(itemId, quantity).

This commit is contained in:
Filip Maj 2016-02-13 21:14:49 -05:00
parent 73732ac542
commit 110a112328
4 changed files with 302 additions and 55 deletions

View file

@ -14,6 +14,8 @@ namespace FFXIVClassic_Map_Server.dataobjects
public int quantity = 1;
public ushort slot;
public int maxStack = 5;
public bool isUntradeable = false;
public byte quality = 1;