Fixed bug where DB writing for equipment would be toggled off if gearset was nil for some reason. Added in a property change to get the bottom class icon to refresh showing the new class.

This commit is contained in:
Filip Maj 2016-03-12 10:01:41 -05:00
parent e409d3792c
commit f71b4ef031
3 changed files with 36 additions and 0 deletions

View file

@ -37,6 +37,13 @@ namespace FFXIVClassic_Map_Server.utils
}
}
public void newTarget(string target)
{
currentActorPropertyPacket.addTarget();
currentTarget = target;
currentActorPropertyPacket.setTarget(target);
}
public List<SubPacket> done()
{
currentActorPropertyPacket.addTarget();