First try at updating command system to be like TC. Still needs alot of testing/work
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Game
|
||||
Guild guild = Global.GuildMgr.GetGuildById(player.GetGuildId());
|
||||
if (guild)
|
||||
{
|
||||
inspectResult.GuildData.HasValue = true;
|
||||
inspectResult.GuildData.Value = new();
|
||||
|
||||
InspectGuildData guildData;
|
||||
guildData.GuildGUID = guild.GetGUID();
|
||||
|
||||
Reference in New Issue
Block a user