diff options
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index f17ded61..767e7f82 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -41,6 +41,23 @@ enum { CRIT }; +enum +{ + SPRITE_BASE = 0, + SPRITE_SHOE, + SPRITE_BOTTOMCLOTHES, + SPRITE_TOPCLOTHES, + SPRITE_MISC1, + SPRITE_MISC2, + SPRITE_HAIR, + SPRITE_HAT, + SPRITE_CAPE, + SPRITE_GLOVES, + SPRITE_WEAPON, + SPRITE_SHIELD, + SPRITE_VECTOREND +}; + static const int INVENTORY_OFFSET = 2; static const int STORAGE_OFFSET = 1; |