Fixed emotes not being sent to the emoter. Fixed appearance packets' gloves/legs being ordered wrong. Chat is implemented. Changed commands to start with '!'.

This commit is contained in:
Filip Maj 2016-02-18 22:38:54 -05:00
parent c6ac8b2f14
commit a47d5f96a5
8 changed files with 86 additions and 43 deletions

View file

@ -233,14 +233,14 @@ namespace FFXIVClassic_Lobby_Server
offHand,
head,
body,
hands,
legs,
hands,
feet,
waist,
leftFinger,
rightFinger,
leftEars,
rightEars
leftEar,
rightEar
FROM characters_appearance WHERE characterId = @charId";
cmd = new MySqlCommand(query, conn);