diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-22 17:41:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-22 17:41:30 +0300 |
commit | 82ceb77559198eb46d3a49beb50d130ccdce0afb (patch) | |
tree | 9cd31ad15287f88b45d1c17f1dafe370e2bde380 /src/net/tmwa/charserverhandler.cpp | |
parent | bf71334ee1f0b194d5ef692f1abe6bf65eab3300 (diff) | |
download | plus-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.gz plus-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.bz2 plus-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.xz plus-82ceb77559198eb46d3a49beb50d130ccdce0afb.zip |
In charserverhandler add function to return hat slot.
Diffstat (limited to 'src/net/tmwa/charserverhandler.cpp')
-rw-r--r-- | src/net/tmwa/charserverhandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp index d819e19e4..57e7eea1b 100644 --- a/src/net/tmwa/charserverhandler.cpp +++ b/src/net/tmwa/charserverhandler.cpp @@ -542,4 +542,9 @@ void CharServerHandler::ping() const { } +unsigned int CharServerHandler::hatSprite() const +{ + return 7; +} + } // namespace TmwAthena |