mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 14:42:02 +00:00 
			
		
		
		
	forgor about this one
This commit is contained in:
		@@ -33,7 +33,7 @@ protected:
 | 
			
		||||
		Game::logger = new dLogger("./testing.log", true, true);
 | 
			
		||||
		Game::server = new dServerMock();
 | 
			
		||||
		Game::config = new dConfig("worldconfig.ini");
 | 
			
		||||
		Database::Connect(Game::config->GetValue("mysql_host"), Game::config->GetValue("mysql_database"), Game::config->GetValue("mysql_username"), Game::config->GetValue("mysql_password"));
 | 
			
		||||
		// Database::Connect(Game::config->GetValue("mysql_host"), Game::config->GetValue("mysql_database"), Game::config->GetValue("mysql_username"), Game::config->GetValue("mysql_password"));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	void TearDownDependencies() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user