Core/Commands: Add .guild list GM command to list all guilds
Port From (https://github.com/TrinityCore/TrinityCore/commit/0ed0e66ee00c5cf0ca48c6f8e5b10bf26ef15eb1)
This commit is contained in:
@@ -487,6 +487,8 @@ namespace Game
|
||||
|
||||
public void SetNextGuildId(uint Id) { NextGuildId = Id; }
|
||||
|
||||
public Dictionary<ulong, Guild> GetGuildStore() { return GuildStore; }
|
||||
|
||||
public List<GuildReward> GetGuildRewards() { return guildRewards; }
|
||||
|
||||
uint NextGuildId;
|
||||
|
||||
Reference in New Issue
Block a user