mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	fix tests
This commit is contained in:
		@@ -90,6 +90,7 @@ class TestSQLDatabase : public GameDatabase {
 | 
			
		||||
	std::string GetBehavior(const int32_t behaviorId) override;
 | 
			
		||||
	void RemoveBehavior(const int32_t behaviorId) override;
 | 
			
		||||
	void UpdateAccountGmLevel(const uint32_t accountId, const eGameMasterLevel gmLevel) override;
 | 
			
		||||
	std::optional<IProperty::PropertyEntranceResult> GetProperties(const IProperty::PropertyLookup& params) override { return {}; };
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  //!TESTSQLDATABASE_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user