mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
Implemented guild info command (#756)
This commit is contained in:
@@ -1161,7 +1161,7 @@ bool Guild::Create(Player* pLeader, std::string const& name)
|
||||
m_info = "";
|
||||
m_motd = "No message set.";
|
||||
m_bankMoney = 0;
|
||||
m_createdDate = ::time(NULL);
|
||||
m_createdDate = sWorld->GetGameTime();
|
||||
_CreateLogHolders();
|
||||
|
||||
#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS)
|
||||
|
||||
@@ -747,6 +747,7 @@ public:
|
||||
// pussywizard
|
||||
uint64 GetTotalBankMoney() const { return m_bankMoney; }
|
||||
uint32 GetMemberCount() const { return m_members.size(); }
|
||||
time_t GetCreatedDate() const { return m_createdDate; }
|
||||
|
||||
// Bank tabs
|
||||
void SetBankTabText(uint8 tabId, std::string const& text);
|
||||
|
||||
Reference in New Issue
Block a user