1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Indices for models also adjusted

This commit is contained in:
Mordred 2018-09-17 23:28:29 +02:00
parent 60c23d986e
commit b51af5fd66

View file

@ -126,8 +126,8 @@ enum GearModelSlot : int8_t
ModelHands = 2,
ModelLegs = 3,
ModelFeet = 4,
ModelNeck = 5,
ModelEar = 6,
ModelEar = 5,
ModelNeck = 6,
ModelWrist = 7,
ModelRing1 = 8,
ModelRing2 = 9