summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-13 00:40:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-13 00:40:44 +0300
commitc28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1 (patch)
tree414bd0a0e2cfee87e9d57857d071edcf92a7974a /src/net/net.cpp
parent906331c5a512e54424b148a2a89590bc03a704ff (diff)
downloadManaVerse-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.gz
ManaVerse-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.bz2
ManaVerse-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.tar.xz
ManaVerse-c28cd5ffb1ca37a3a6d5ee0a73828dcd092db7f1.zip
Add offset for all defined evol packets.
For now offset always 0.
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 8b7b206ba..ebc654563 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -36,6 +36,8 @@
#include "debug.h"
+int evolPacketOffset = 0;
+
namespace Net
{
class AuctionHandler;