mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Commands] Add #find ldon_theme Subcommand (#4564)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user