summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-18 17:34:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-18 17:34:23 +0300
commit4688d64d9881d296193b03d3dd6f5a7305bbf3a7 (patch)
tree7fb0653434004d6cbb5d441892c98eecc31b5a3a /src/net/eathena/beinghandler.h
parent240cf581ec7e1727097065a55a654dfdb6330ccd (diff)
downloadplus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.gz
plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.bz2
plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.tar.xz
plus-4688d64d9881d296193b03d3dd6f5a7305bbf3a7.zip
Move processBeingAction from ea namespace into tmwa.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 6c3df23ef..7e673a863 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -71,7 +71,7 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBeingMove2(Net::MessageIn &msg);
- static void processBeingAction2(Net::MessageIn &msg);
+ static void processBeingAction(Net::MessageIn &msg);
static void processMonsterHp(Net::MessageIn &msg);