Got commands working. Wrong ID for one of em.

This commit is contained in:
Filip Maj 2016-01-12 00:43:52 -05:00
parent aebaa1b70e
commit e47904dc30
5 changed files with 72 additions and 31 deletions

View file

@ -9,7 +9,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
class EventSave
{
public bool bazaar;
public float bazaarTax;
public byte bazaarTax;
public int repairType;
}
}