Fix start up errors

This commit is contained in:
Hondacrx
2025-09-04 22:57:43 -04:00
parent f5906bce10
commit 0279fa9a0d
3 changed files with 95 additions and 96 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ namespace Game.Chat
return true;
}
[Command("info", RBACPermissions.CommandGuildInfo, true)]
[Command("list", RBACPermissions.CommandGuildInfo, true)]
static bool HandleGuildListCommand(CommandHandler handler)
{
string titleAndSummaryColor = handler.IsConsole() ? "" : "|cff00ff00";