From 2b55eb2efeb323ce61927da38106e3d2077e178a Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Fri, 19 Mar 2010 18:27:53 +0100 Subject: * Fix a typo that broke guild creation times... --HG-- branch : trunk --- src/game/Guild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Guild.cpp') 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; -- cgit v1.2.3