summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-10 13:56:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 13:57:45 +0300
commite16fca5b58bbe867b63050e880ba8c156c6fe268 (patch)
tree5690d16b93cf42157384748987c485d2b2c1d43b /src/net/eathena/beinghandler.h
parentbe02f2d6d4a9afdcd2d46570cbeb97b73cc33526 (diff)
downloadplus-e16fca5b58bbe867b63050e880ba8c156c6fe268.tar.gz
plus-e16fca5b58bbe867b63050e880ba8c156c6fe268.tar.bz2
plus-e16fca5b58bbe867b63050e880ba8c156c6fe268.tar.xz
plus-e16fca5b58bbe867b63050e880ba8c156c6fe268.zip
add function to convert special npc server gender type into client type.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 3f951870f..3b2760c07 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -86,6 +86,9 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
const uint8_t type,
const int id,
const int id2) const;
+
+ static void setServerGender(Being *const being,
+ const uint8_t gender);
};
} // namespace EAthena