summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 54b2e8059..9c0d0b920 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -118,6 +118,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBeingSelfEffect(Net::MessageIn &msg);
static void processMobInfo(Net::MessageIn &msg);
+
+ static void processBeingAttrs(Net::MessageIn &msg);
};
} // namespace EAthena