mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-02 06:08:24 +00:00
added treasure dig menu prompts and help messages
This commit is contained in:
@@ -226,6 +226,10 @@ std::vector<Spawner*> dZoneManager::GetSpawnersInGroup(std::string group) {
|
||||
return spawnersInGroup;
|
||||
}
|
||||
|
||||
float dZoneManager::GetPetFollowRadius() {
|
||||
return GetWorldConfig()->petFollowRadius;
|
||||
}
|
||||
|
||||
uint32_t dZoneManager::GetUniqueMissionIdStartingValue() {
|
||||
if (m_UniqueMissionIdStart == 0) {
|
||||
auto tableData = CDClientDatabase::ExecuteQuery("SELECT COUNT(*) FROM Missions WHERE isMission = 0 GROUP BY isMission;");
|
||||
|
||||
Reference in New Issue
Block a user