diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 18:28:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 18:28:57 +0300 |
commit | 32223642829f80fe2f8a775f2dca81e5565c0104 (patch) | |
tree | 1f8378d3a7d9436742f0c8c6cc80396e75723efc /src/enums | |
parent | fe4bd9d594ae6c305c9c51a32fca503dbb2e0771 (diff) | |
download | plus-32223642829f80fe2f8a775f2dca81e5565c0104.tar.gz plus-32223642829f80fe2f8a775f2dca81e5565c0104.tar.bz2 plus-32223642829f80fe2f8a775f2dca81e5565c0104.tar.xz plus-32223642829f80fe2f8a775f2dca81e5565c0104.zip |
Fix some slot conversion tables and add comments (hercules).
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/equipslot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/enums/equipslot.h b/src/enums/equipslot.h index 7f4b151d7..52c8e2a4a 100644 --- a/src/enums/equipslot.h +++ b/src/enums/equipslot.h @@ -51,8 +51,6 @@ namespace EquipSlot SHADOW_SHOES_SLOT = 19, SHADOW_ACCESSORY1_SLOT = 20, SHADOW_ACCESSORY2_SLOT = 21, - EVOL_SLOT3 = 22, - EVOL_SLOT4 = 23, VECTOREND }; } // namespace EquipSlot |