fixed a warning

This commit is contained in:
Ovahlord
2021-04-19 15:07:45 +02:00
parent 1a6f62d660
commit eafed5c282

View File

@@ -2360,7 +2360,6 @@ void Guild::SendEventLog(WorldSession* session) const
void Guild::SendNewsUpdate(WorldSession* session)
{
uint32 size = m_newsLog->GetSize();
GuildLog* logs = m_newsLog->GetGuildLog();
if (!logs)