summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 12:28:42 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 12:28:42 +0000
commit2c4d4ecc19fc8308b2772e4ffe6570ca362264d1 (patch)
treea4b6d78a89bfd12b3667129bd0bae63a805682cd /src/gui/char_select.cpp
parentcf0f74488b0f2057bc535774dc6a2c871311932f (diff)
downloadmana-client-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.gz
mana-client-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.bz2
mana-client-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.xz
mana-client-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.zip
Got rid of writeSet() calls.
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 4b52f49e..9834dcf6 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -199,7 +199,6 @@ void CharSelectDialog::serverCharDelete()
outMsg.writeShort(0x0068);
outMsg.writeLong(char_info[0]->id);
outMsg.writeString("a@a.com", 40);
- writeSet(46);
MessageIn msg = get_next_message();
@@ -229,7 +228,6 @@ void CharSelectDialog::serverCharSelect()
MessageOut outMsg;
outMsg.writeShort(0x0066);
outMsg.writeByte(0);
- writeSet(3);
MessageIn msg = get_next_message();
@@ -426,7 +424,6 @@ void CharCreateDialog::serverCharCreate()
outMsg.writeByte(0);
outMsg.writeShort(playerBox->hairColor + 1);
outMsg.writeShort(playerBox->hairStyle + 1);
- writeSet(37);
MessageIn msg = get_next_message();