aboutsummaryrefslogtreecommitdiff
path: root/src/game/GuildHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GuildHandler.cpp')
-rw-r--r--src/game/GuildHandler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/GuildHandler.cpp b/src/game/GuildHandler.cpp
index f7880ed9b1b..5f7458fdd41 100644
--- a/src/game/GuildHandler.cpp
+++ b/src/game/GuildHandler.cpp
@@ -242,9 +242,7 @@ void WorldSession::HandleGuildInfoOpcode(WorldPacket& /*recvPacket*/)
WorldPacket data(SMSG_GUILD_INFO, (5*4 + guild->GetName().size() + 1));
data << guild->GetName();
- data << guild->GetCreatedDay();
- data << guild->GetCreatedMonth();
- data << guild->GetCreatedYear();
+ data << secsToTimeBitFields(guild->GetCreatedDate());
data << guild->GetMemberSize();
data << guild->GetMemberSize();