mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +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: {
|
||||
shirtID = shirtStyle >= 35 ? 5808 : SHIRT_DARK_GREEN;
|
||||
shirtID = shirtStyle >= 35 ? 5748 : SHIRT_DARK_GREEN;
|
||||
break;
|
||||
}
|
||||
|
||||
@ -617,7 +617,7 @@ uint32_t FindCharShirtID(uint32_t shirtColor, uint32_t shirtStyle) {
|
||||
}
|
||||
|
||||
case 11: {
|
||||
shirtID = shirtStyle >= 35 ? 5802 : SHIRT_MEDIUM_BLUE;
|
||||
shirtID = shirtStyle >= 35 ? 5790 : SHIRT_MEDIUM_BLUE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user