mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
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:
parent
c6ac8b2f14
commit
a47d5f96a5
8 changed files with 86 additions and 43 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue