mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9608] Fix typo that broke guild creation timestamps :(
This commit is contained in:
parent
faa07b3ca5
commit
b537285260
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9607"
|
||||
#define REVISION_NR "9608"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue