From b32b76250a2bc3266fd7359ccb841b6b37ec9290 Mon Sep 17 00:00:00 2001 From: amibu Date: Mon, 9 Oct 2017 20:20:10 +0200 Subject: [PATCH] A space --- src/servers/Server_Zone/Actor/PlayerSql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/Server_Zone/Actor/PlayerSql.cpp b/src/servers/Server_Zone/Actor/PlayerSql.cpp index 168ae3fe..4ff24919 100644 --- a/src/servers/Server_Zone/Actor/PlayerSql.cpp +++ b/src/servers/Server_Zone/Actor/PlayerSql.cpp @@ -318,7 +318,7 @@ void Core::Entity::Player::createUpdateSql() if( m_updateFlags & PlayerSyncFlags::Unlocks ) { charaDetailSet.insert( " unlocks = UNHEX('" + Util::binaryToHexString( static_cast< uint8_t* >( m_unlocks ), sizeof( m_unlocks ) ) + "')"); - charaDetailSet.insert(" Orchestrion = UNHEX('" + Util::binaryToHexString( static_cast< uint8_t* >( m_orchestrion ), sizeof( m_orchestrion ) ) + "')" ); + charaDetailSet.insert( " Orchestrion = UNHEX('" + Util::binaryToHexString( static_cast< uint8_t* >( m_orchestrion ), sizeof( m_orchestrion ) ) + "')" ); }