Remove CDClient changes and revert unnecessary modifications to keep scope focused on network packet and mail tests

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 17:10:57 +00:00
parent 177319438d
commit 89ea1ee831
4 changed files with 1 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ protected:
info.rot = NiQuaternionConstant::IDENTITY;
info.scale = 1.0f;
info.spawner = nullptr;
info.lot = 1; // Use LOT 1 to avoid database dependencies for InventoryComponent
info.lot = 999;
Game::logger = new Logger("./testing.log", true, true);
Game::server = new dServerMock();
Game::config = new dConfig("worldconfig.ini");