1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 10:17:46 +00:00

Indices for models also adjusted

This commit is contained in:
Mordred 2018-09-17 23:28:29 +02:00
parent 6eb71b76e4
commit 93e254a88c

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