From d418ae54a446472d64f2e198a61bebef205cbb2f Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 5 Jul 2015 04:03:36 +0200 Subject: Core: White space CleanUp --- src/server/game/Guilds/Guild.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/game/Guilds/Guild.cpp') diff --git a/src/server/game/Guilds/Guild.cpp b/src/server/game/Guilds/Guild.cpp index d4ba420d44d..9b8daf553a4 100644 --- a/src/server/game/Guilds/Guild.cpp +++ b/src/server/game/Guilds/Guild.cpp @@ -683,7 +683,7 @@ bool EmblemInfo::ValidateEmblemColors() return sGuildColorBackgroundStore.LookupEntry(m_backgroundColor) && sGuildColorBorderStore.LookupEntry(m_borderColor) && sGuildColorEmblemStore.LookupEntry(m_color); - + } bool EmblemInfo::LoadFromDB(Field* fields) @@ -693,7 +693,7 @@ bool EmblemInfo::LoadFromDB(Field* fields) m_borderStyle = fields[5].GetUInt8(); m_borderColor = fields[6].GetUInt8(); m_backgroundColor = fields[7].GetUInt8(); - + return ValidateEmblemColors(); } @@ -2257,7 +2257,7 @@ bool Guild::LoadFromDB(Field* fields) if (!m_emblemInfo.LoadFromDB(fields)) { - TC_LOG_ERROR("guild", "Guild " UI64FMTD " has invalid emblem colors (Background: %u, Border: %u, Emblem: %u), skipped.", + TC_LOG_ERROR("guild", "Guild " UI64FMTD " has invalid emblem colors (Background: %u, Border: %u, Emblem: %u), skipped.", m_id, m_emblemInfo.GetBackgroundColor(), m_emblemInfo.GetBorderColor(), m_emblemInfo.GetColor()); return false; } -- cgit v1.2.3