summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-22 17:41:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-22 17:41:30 +0300
commit82ceb77559198eb46d3a49beb50d130ccdce0afb (patch)
tree9cd31ad15287f88b45d1c17f1dafe370e2bde380 /src/net/eathena/charserverhandler.cpp
parentbf71334ee1f0b194d5ef692f1abe6bf65eab3300 (diff)
downloadManaVerse-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.gz
ManaVerse-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.bz2
ManaVerse-82ceb77559198eb46d3a49beb50d130ccdce0afb.tar.xz
ManaVerse-82ceb77559198eb46d3a49beb50d130ccdce0afb.zip
In charserverhandler add function to return hat slot.
Diffstat (limited to 'src/net/eathena/charserverhandler.cpp')
-rw-r--r--src/net/eathena/charserverhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp
index 533f8f633..4573f1ebe 100644
--- a/src/net/eathena/charserverhandler.cpp
+++ b/src/net/eathena/charserverhandler.cpp
@@ -713,4 +713,9 @@ void CharServerHandler::ping() const
outMsg.writeInt32(0, "unused");
}
+unsigned int CharServerHandler::hatSprite() const
+{
+ return 7;
+}
+
} // namespace EAthena