[Quest API] Add GetLDoNThemeName() to Perl/Lua. (#1861)

* [Quest API] Add GetLDoNThemeName() to Perl/Lua.
- Add quest::getldonthemename(theme_id) to Perl.
- Add eq.get_ldon_theme_name(theme_id) to Lua.

* Update embparser_api.cpp
This commit is contained in:
Kinglykrab
2021-12-03 19:53:00 -05:00
committed by GitHub
parent 01a671918a
commit aa4536e1ef
4 changed files with 30 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ public:
std::string getracename(uint16 race_id);
std::string getspellname(uint32 spell_id);
std::string getskillname(int skill_id);
std::string getldonthemename(uint32 theme_id);
std::string getfactionname(int faction_id);
std::string getlanguagename(int language_id);
std::string getbodytypename(uint32 bodytype_id);