diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-13 00:40:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-13 00:40:44 +0300 |
commit | c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1 (patch) | |
tree | 414bd0a0e2cfee87e9d57857d071edcf92a7974a /src/net/eathena/protocolout.cpp | |
parent | 906331c5a512e54424b148a2a89590bc03a704ff (diff) | |
download | plus-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.gz plus-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.bz2 plus-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.xz plus-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.zip |
Add offset for all defined evol packets.
For now offset always 0.
Diffstat (limited to 'src/net/eathena/protocolout.cpp')
-rw-r--r-- | src/net/eathena/protocolout.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocolout.cpp b/src/net/eathena/protocolout.cpp index d4a2e49fb..154dacf6c 100644 --- a/src/net/eathena/protocolout.cpp +++ b/src/net/eathena/protocolout.cpp @@ -18,6 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +extern int evolPacketOffset; + namespace EAthena { #include "net/protocoloutdefine.h" |