mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-27 17:16:31 +00:00
Fix wrong shirt colors in the character selection
This commit is contained in:
parent
65b7f49c9b
commit
ac01edd440
@ -582,7 +582,7 @@ uint32_t FindCharShirtID(uint32_t shirtColor, uint32_t shirtStyle) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case 3: {
|
case 3: {
|
||||||
shirtID = shirtStyle >= 35 ? 5808 : SHIRT_DARK_GREEN;
|
shirtID = shirtStyle >= 35 ? 5748 : SHIRT_DARK_GREEN;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -617,7 +617,7 @@ uint32_t FindCharShirtID(uint32_t shirtColor, uint32_t shirtStyle) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case 11: {
|
case 11: {
|
||||||
shirtID = shirtStyle >= 35 ? 5802 : SHIRT_MEDIUM_BLUE;
|
shirtID = shirtStyle >= 35 ? 5790 : SHIRT_MEDIUM_BLUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user