summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-18 14:06:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-18 14:06:44 +0300
commit64309d7a7dc6380d62fa11363073d4243cbfa665 (patch)
treee9ac37f294e2a612391be6afa199b689e90defe8 /src/net/eathena/charserverhandler.h
parentbc22bc4da27d80627fa966660670219b3652e9ec (diff)
downloadManaVerse-64309d7a7dc6380d62fa11363073d4243cbfa665.tar.gz
ManaVerse-64309d7a7dc6380d62fa11363073d4243cbfa665.tar.bz2
ManaVerse-64309d7a7dc6380d62fa11363073d4243cbfa665.tar.xz
ManaVerse-64309d7a7dc6380d62fa11363073d4243cbfa665.zip
Convert player look variable format from 8 bit to 16 bit.
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r--src/net/eathena/charserverhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h
index a6384cbaa..0b424024a 100644
--- a/src/net/eathena/charserverhandler.h
+++ b/src/net/eathena/charserverhandler.h
@@ -51,7 +51,7 @@ class CharServerHandler final : public MessageHandler,
const int hairstyle,
const int hairColor,
const unsigned char race,
- const unsigned char look,
+ const uint16_t look,
const std::vector<int> &stats) const override final;
void renameCharacter(const int id,