mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
semantics
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user