diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-27 20:51:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-27 20:51:14 +0300 |
commit | f0a0e1eff7be666ec963440de0a1fbcddf1d407e (patch) | |
tree | 447f8d04a19db075430120ef406d662c44700df0 /src/net/tmwa/playerhandler.h | |
parent | b27338573f455ac730e6bcca9d46b50391ddf7b3 (diff) | |
download | manaplus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.gz manaplus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.bz2 manaplus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.tar.xz manaplus-f0a0e1eff7be666ec963440de0a1fbcddf1d407e.zip |
Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r-- | src/net/tmwa/playerhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 044fc47d4..418843989 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -86,7 +86,8 @@ class PlayerHandler final : public Ea::PlayerHandler const int bodyColor, const int topStyle, const int middleStyle, - const int bottomStyle) const override final; + const int bottomStyle, + const int bodyStyle) const override final; void setStat(Net::MessageIn &msg, const int type, |