[9608] Fix typo that broke guild creation timestamps :(

This commit is contained in:
XTZGZoReX 2010-03-19 18:29:34 +01:00
parent faa07b3ca5
commit b537285260
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ Guild::Guild()
m_BorderColor = 0;
m_BackgroundColor = 0;
m_CreatedDate = 0;
m_CreatedDate = time(0);
m_GuildBankMoney = 0;
m_PurchasedTabs = 0;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9607"
#define REVISION_NR "9608"
#endif // __REVISION_NR_H__