mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Finished check command as well as gearsets and switching between classes. Property changes still have to be written though.
This commit is contained in:
@@ -478,6 +478,7 @@ namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
Player p = client.getActor();
|
||||
p.graphicChange(slot, wId, eId, vId, cId);
|
||||
p.sendAppearance();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -485,6 +486,7 @@ namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
Player p = entry.Value.getActor();
|
||||
p.graphicChange(slot, wId, eId, vId, cId);
|
||||
p.sendAppearance();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user