[Commands] Add #find ldon_theme Subcommand (#4564)

This commit is contained in:
Alex King
2024-12-12 02:27:25 -05:00
committed by GitHub
parent 0f164c456e
commit 3f3c0f2fda
12 changed files with 194 additions and 125 deletions
+1 -1
View File
@@ -1287,7 +1287,7 @@ std::string QuestManager::getskillname(int skill_id) {
}
std::string QuestManager::getldonthemename(uint32 theme_id) {
return EQ::constants::GetLDoNThemeName(theme_id);
return LDoNTheme::GetName(theme_id);
}
std::string QuestManager::getfactionname(int faction_id) {