mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
semantics
This commit is contained in:
parent
4e2c352ab9
commit
819c58df7c
@ -569,7 +569,7 @@ uint32_t FindCharShirtID(uint32_t shirtColor, uint32_t shirtStyle) {
|
|||||||
return shirtLOT;
|
return shirtLOT;
|
||||||
}
|
}
|
||||||
catch (const std::exception&){
|
catch (const std::exception&){
|
||||||
Game::logger->Log("Character Create", "Failed to use query! Using backup...");
|
Game::logger->Log("Character Create", "Failed to execute query! Using backup...");
|
||||||
// in case of no shirt found in CDServer, return problematic red vest.
|
// in case of no shirt found in CDServer, return problematic red vest.
|
||||||
return 4069;
|
return 4069;
|
||||||
}
|
}
|
||||||
@ -585,7 +585,7 @@ uint32_t FindCharPantsID(uint32_t pantsColor) {
|
|||||||
return pantsLOT;
|
return pantsLOT;
|
||||||
}
|
}
|
||||||
catch (const std::exception&){
|
catch (const std::exception&){
|
||||||
Game::logger->Log("Character Create", "Failed to use query! Using backup...");
|
Game::logger->Log("Character Create", "Failed to execute query! Using backup...");
|
||||||
// in case of no pants color found in CDServer, return red pants.
|
// in case of no pants color found in CDServer, return red pants.
|
||||||
return 2508;
|
return 2508;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user