diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 02:55:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 02:55:41 +0300 |
commit | 2b019f52da91cb37c00dfa34be6dd3e99e459d47 (patch) | |
tree | 566694f2c0951e200cbba175836bc24204e335f0 /src/enums/equipslot.h | |
parent | 3c6d3063170bb51c27bdb9dccc566e16027eb15f (diff) | |
download | plus-2b019f52da91cb37c00dfa34be6dd3e99e459d47.tar.gz plus-2b019f52da91cb37c00dfa34be6dd3e99e459d47.tar.bz2 plus-2b019f52da91cb37c00dfa34be6dd3e99e459d47.tar.xz plus-2b019f52da91cb37c00dfa34be6dd3e99e459d47.zip |
Add support for two new equipment slots in hercules.
Diffstat (limited to 'src/enums/equipslot.h')
-rw-r--r-- | src/enums/equipslot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/enums/equipslot.h b/src/enums/equipslot.h index 52c8e2a4a..7f4b151d7 100644 --- a/src/enums/equipslot.h +++ b/src/enums/equipslot.h @@ -51,6 +51,8 @@ namespace EquipSlot SHADOW_SHOES_SLOT = 19, SHADOW_ACCESSORY1_SLOT = 20, SHADOW_ACCESSORY2_SLOT = 21, + EVOL_SLOT3 = 22, + EVOL_SLOT4 = 23, VECTOREND }; } // namespace EquipSlot |