diff options
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r-- | src/net/ea/eaprotocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index 11cc0180d..fae3651a8 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -42,4 +42,7 @@ enum EA_SPRITE_VECTOREND }; +static const int INVENTORY_OFFSET = 2; +static const int STORAGE_OFFSET = 1; + #endif |