mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user