mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
feat(Core/Misc): includes cleanup (#5953)
This commit is contained in:
@@ -27001,6 +27001,8 @@ void Player::_SaveCharacter(bool create, SQLTransaction& trans)
|
||||
PreparedStatement* stmt = nullptr;
|
||||
uint8 index = 0;
|
||||
|
||||
auto finiteAlways = [](float f) { return std::isfinite(f) ? f : 0.0f; };
|
||||
|
||||
if (create)
|
||||
{
|
||||
//! Insert query
|
||||
|
||||
Reference in New Issue
Block a user