diff --git a/Implementation/UserInteractionHandler.cs b/Implementation/UserInteractionHandler.cs index 0d46ff4..ee17238 100644 --- a/Implementation/UserInteractionHandler.cs +++ b/Implementation/UserInteractionHandler.cs @@ -2062,7 +2062,7 @@ private bool TradeChestCommand_HelpCallback(CommandArgs args) { switch (pageNumber) { default: - args.Player.SendMessage("Command reference for /tradechest (Page 1 of 2)", Color.Lime); + args.Player.SendMessage("Command reference for /tradechest (Page 1 of 3)", Color.Lime); args.Player.SendMessage("/tradechest|/tchest [limit]", Color.White); args.Player.SendMessage("sell amount = The amount of items to sell to the player per click on the chest.", Color.LightGray); args.Player.SendMessage("sell item = The type of item to sell.", Color.LightGray);