aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-03-19 18:27:53 +0100
committerXTZGZoReX <none@none>2010-03-19 18:27:53 +0100
commit2b55eb2efeb323ce61927da38106e3d2077e178a (patch)
tree341ef82d2e92ede8bb46f3fafc46cbfaa6c1cbec /src
parentbb99135e408118e960430458dc1e509a4076fa9b (diff)
* Fix a typo that broke guild creation times...
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Guild.cpp2
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;