summaryrefslogtreecommitdiff
path: root/src/resources/equipmentslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/equipmentslots.h')
-rw-r--r--src/resources/equipmentslots.h62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/resources/equipmentslots.h b/src/resources/equipmentslots.h
index ec1eb9b27..7e4b8482d 100644
--- a/src/resources/equipmentslots.h
+++ b/src/resources/equipmentslots.h
@@ -31,66 +31,4 @@ struct EquipmentSlotMap final
const int id;
};
-static const EquipmentSlotMap equipmentSlots[] =
-{
- {"topclothes", 0},
- {"top", 0},
- {"torso", 0},
- {"body", 0},
- {"slot0", 0},
- {"glove", 1},
- {"gloves", 1},
- {"slot1", 1},
- {"hat", 2},
- {"hats", 2},
- {"slot2", 2},
- {"bottomclothes", 3},
- {"bottom", 3},
- {"pants", 3},
- {"slot3", 3},
- {"shoes", 4},
- {"boot", 4},
- {"boots", 4},
- {"slot4", 4},
- {"misc1", 5},
- {"cape", 5},
- {"slot5", 5},
- {"wings", 6},
- {"slot6", 6},
- {"misc2", 7},
- {"scarf", 7},
- {"scarfs", 7},
- {"slot7", 7},
- {"weapon", 8},
- {"weapons", 8},
- {"slot8", 8},
- {"shield", 9},
- {"shields", 9},
- {"slot9", 9},
- {"arrow", 10},
- {"arrows", 10},
- {"ammo", 10},
- {"slot10", 10},
- {"amulet", 11},
- {"amulets", 11},
- {"slot11", 11},
- {"ring", 12},
- {"rings", 12},
- {"slot12", 12},
- {"slot13", 13},
- {"slot14", 14},
- {"slot15", 15},
- {"slot16", 16},
- {"slot17", 17},
- {"slot18", 18},
- {"slot19", 19},
- {"slot20", 20},
- {"slot21", 21},
- {"slot22", 22},
- {"slot23", 23},
- {"slot24", 24},
- {"slot25", 25},
- {"slot26", 26}
-};
-
#endif // RESOURCES_EQUIPMENTSLOTS_H