diff options
author | XTZGZoReX <none@none> | 2010-03-19 18:27:53 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-03-19 18:27:53 +0100 |
commit | 2b55eb2efeb323ce61927da38106e3d2077e178a (patch) | |
tree | 341ef82d2e92ede8bb46f3fafc46cbfaa6c1cbec | |
parent | bb99135e408118e960430458dc1e509a4076fa9b (diff) |
* Fix a typo that broke guild creation times...
--HG--
branch : trunk
-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; |