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:
parent
60c23d986e
commit
b51af5fd66
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ enum GearModelSlot : int8_t
|
||||||
ModelHands = 2,
|
ModelHands = 2,
|
||||||
ModelLegs = 3,
|
ModelLegs = 3,
|
||||||
ModelFeet = 4,
|
ModelFeet = 4,
|
||||||
ModelNeck = 5,
|
ModelEar = 5,
|
||||||
ModelEar = 6,
|
ModelNeck = 6,
|
||||||
ModelWrist = 7,
|
ModelWrist = 7,
|
||||||
ModelRing1 = 8,
|
ModelRing1 = 8,
|
||||||
ModelRing2 = 9
|
ModelRing2 = 9
|
||||||
|
|
Loading…
Add table
Reference in a new issue