Make commands more accurate

This commit is contained in:
Li 2022-05-07 12:58:22 +12:00
parent 997be8573d
commit 55c0f29914
14 changed files with 415 additions and 342 deletions

View file

@ -2,6 +2,7 @@
// Idea is to just be open and play.
using HISP.Game;
using HISP.Game.Chat;
using HISP.Game.Horse;
using HISP.Game.Items;
using HISP.Game.Services;
@ -161,6 +162,9 @@ namespace HISP.Noobs
Auction.LoadAllAuctionRooms();
IncrementProgress();
Command.RegisterCommands();
IncrementProgress();
Item.DoSpecialCases();
IncrementProgress();
try