summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-25 22:52:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-25 22:52:16 +0300
commita9e0c2118c8329d545065d35b0854ba29edde429 (patch)
tree0e57176638f9565165a5125357b39f48c297353a /src/net/eathena/beingrecv.h
parent30f64ba7f1f7a1d76f2dbddc05fe1d123de9c86d (diff)
downloadManaVerse-a9e0c2118c8329d545065d35b0854ba29edde429.tar.gz
ManaVerse-a9e0c2118c8329d545065d35b0854ba29edde429.tar.bz2
ManaVerse-a9e0c2118c8329d545065d35b0854ba29edde429.tar.xz
ManaVerse-a9e0c2118c8329d545065d35b0854ba29edde429.zip
Fix being states (hercules)
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r--src/net/eathena/beingrecv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h
index ed51f1b4e..0c26d07b7 100644
--- a/src/net/eathena/beingrecv.h
+++ b/src/net/eathena/beingrecv.h
@@ -115,6 +115,10 @@ namespace EAthena
const BeingId id,
const int16_t job,
const BeingType::BeingType beingType);
+ void applyPlayerAction(Net::MessageIn &msg,
+ Being *const being,
+ const uint8_t type);
+
} // namespace BeingRecv
} // namespace EAthena