summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 22:26:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 22:26:47 +0300
commit827bbb15f7a4cc5483b1d0dddb3e40fd208b8880 (patch)
treedc069a07050ecc005ab98771c9af366c178694ae /src/net/eathena/beinghandler.h
parentad97c3b32b98564b8288152f493e9c29c25e9326 (diff)
downloadplus-827bbb15f7a4cc5483b1d0dddb3e40fd208b8880.tar.gz
plus-827bbb15f7a4cc5483b1d0dddb3e40fd208b8880.tar.bz2
plus-827bbb15f7a4cc5483b1d0dddb3e40fd208b8880.tar.xz
plus-827bbb15f7a4cc5483b1d0dddb3e40fd208b8880.zip
eathena: show npc gender based on normal sex id.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 00041bd9d..cafe2457f 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -98,9 +98,6 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBeingSoundEffect(Net::MessageIn &msg);
- static void setServerGender(Being *const being,
- const uint8_t gender);
-
static void applyPlayerAction(Being *const being,
const uint8_t type);