summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-18 20:25:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-18 20:25:42 +0300
commit39fadb44e907ffe2209f81643ce182b03e5c6245 (patch)
treeb5905d463a7035d95a8044b4d8f1fd111f3fa201 /src/net/tmwa/beinghandler.h
parentf35a9907a5ab7ff08bf8fc0d54090fa3fe05a63e (diff)
downloadmv-39fadb44e907ffe2209f81643ce182b03e5c6245.tar.gz
mv-39fadb44e907ffe2209f81643ce182b03e5c6245.tar.bz2
mv-39fadb44e907ffe2209f81643ce182b03e5c6245.tar.xz
mv-39fadb44e907ffe2209f81643ce182b03e5c6245.zip
Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index 2087b5c53..7c22c3e93 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -85,6 +85,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void processBeingResurrect(Net::MessageIn &msg) const;
+ void processPlayerGuilPartyInfo(Net::MessageIn &msg) const;
+
static void setServerGender(Being *const being,
const uint8_t gender);