Add return to avoid error message in last commit

This commit is contained in:
NathanHandley
2025-03-11 19:29:03 -05:00
parent e23809e6ee
commit 7b7fa88f76

View File

@@ -791,6 +791,7 @@ void AuctionHouseBot::InitializeConfiguration()
AHBBuyer = false;
AHBSeller = false;
LOG_INFO("module", "AuctionHouseBot: AuctionHouseBot.GUIDs is '0' so this module will be disabled");
return;
}
AddCharacters(charString);