diff options
-rw-r--r-- | src/game/Guild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index 8e0379904fb..bbc5d703afd 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -44,7 +44,7 @@ Guild::Guild() m_BorderColor = 0; m_BackgroundColor = 0; - m_CreatedDate = 0; + m_CreatedDate = time(0); m_GuildBankMoney = 0; m_PurchasedTabs = 0; |