Core/Commands: Added missing hyperlink system.
Port From (https://github.com/TrinityCore/TrinityCore/commit/1f60e76b7f157af6a24fa3c962b59f3391b21e75) Port From (https://github.com/TrinityCore/TrinityCore/commit/f647ff68659ed6d8d414d20520507dd451c2cb8d)
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Game.Chat
|
||||
}
|
||||
|
||||
[Command("options", RBACPermissions.CommandLfgOptions, true)]
|
||||
static bool HandleLfgOptionsCommand(CommandHandler handler, uint? optionsArg)
|
||||
static bool HandleLfgOptionsCommand(CommandHandler handler, OptionalArg<uint> optionsArg)
|
||||
{
|
||||
if (optionsArg.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user